Description
Get the string message error from the print result error code.
Syntax
optprint.GetPrintResults (resPrint) |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim resPrint = Fred.PDFGenerate(optPrint)
If resPrint > 0 Then
MsgBox(My.Resources.IDS_PDFERROR & Editorial.PrintOptions.GetPrintResultStr(resPrint))
End if