PDFPrintTaskErrorMessage Property |
Gets a specific error message if the printing failed
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Get
public:
virtual property String^ ErrorMessage {
String^ get () sealed;
}
function get_ErrorMessage();
Property Value
Type:
StringSee Also