GetPrintResults Method

Build 1501 on 14/Nov/2017  This topic last edited on: 28/Feb/2013, at 19:45

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