ImageGear .NET v25.0 - Updated
ImGearPDFPreflight Constructor




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflight Class : ImGearPDFPreflight Constructor
The PDF document for which to create a preflight.
Initializes a new instance of the ImGearPDFPreflight class for the specified PDF document.
Syntax
'Declaration
 
Public Function New( _
   ByVal document As ImGearPDFDocument _
)
'Usage
 
Dim document As ImGearPDFDocument
 
Dim instance As New ImGearPDFPreflight(document)
public ImGearPDFPreflight( 
   ImGearPDFDocument document
)
public: ImGearPDFPreflight( 
   ImGearPDFDocument* document
)
public:
ImGearPDFPreflight( 
   ImGearPDFDocument^ document
)

Parameters

document
The PDF document for which to create a preflight.

Return Value

The new instance of ImGearPDFPreflight class object.
See Also

Reference

ImGearPDFPreflight Class
ImGearPDFPreflight Members
ImGearPDFDictionary Class