PDFPrintTaskPrintTask Property |
Gets the system defined print task. It is recommended to use this print task for the sake of modifying the print
task, as it should be done through the PDFPrintManager.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic PrintTask PrintTask { get; }
Public ReadOnly Property PrintTask As PrintTask
Get
public:
virtual property PrintTask^ PrintTask {
PrintTask^ get () sealed;
}
function get_PrintTask();
Property Value
Type:
PrintTask
See Also