PdfStatus Class

Printer API Documentation
This class exposes the status of a PDF creation job.
Inheritance Hierarchy

SystemObject
  pdf7.PdfWriterPdfStatus

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

public class PdfStatus

The PdfStatus type exposes the following members.

Constructors

  NameDescription
Public methodPdfStatus
Constructor.
Public methodPdfStatus(String)
Create an instance of the PdfStatus class and loads the status from a file.
Top
Properties

  NameDescription
Public propertyErrors
Number of errors in the PDF creation.
Public propertyFileCount
Number of files in the last result.
Public propertyFiles
List of file names created in last result.
Public propertyMessageCode
Numeric message code from last result.
Public propertyMessageText
Message text from last result.
Public propertyPageCount
Number of pages created.
Top
Methods

  NameDescription
Public methodInit
Initialize the internal state of the object.
Public methodLoad
Initialize the status values based on information loaded from a file.
Top
See Also

Reference