ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPreflight Class / ImGearPDFPreflight Constructor
The PDF document for which to create a preflight.




In This Topic
    ImGearPDFPreflight Constructor
    In This Topic
    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