PdfUtilAllowExecute Method

Printer API Documentation
Determine if it is allowed to run programs after PDF creation or if an error occurs. If this method returns false, the printer will ignore settings such as AfterPrintProgram, RunOnSuccess, and RunOnError

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public static bool AllowExecute(
	string printerName
)

Parameters

printerName
Type: SystemString
Name of PDF printer

Return Value

Type: Boolean
True if the printer is allowed to run programs specified in the configuration.
See Also

Reference