ImageGear .NET - Updated May 30, 2018
ImGearPDFPreflight Constructor




ImageGear24.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)

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