ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / PreflightReport Method
Reference to the owner window.
Type of profile the report was created for.
Reference to PDF preflight report object.




In This Topic
    PreflightReport Method
    In This Topic
    This method creates and displays a PDF preflight report dialog box.
    Syntax
    'Declaration
     
    Public Shared Sub PreflightReport( _
       ByVal owner As IWin32Window, _
       ByVal profile As ImGearPDFPreflightProfile, _
       ByVal report As ImGearPDFPreflightReport _
    ) 
    'Usage
     
    Dim owner As IWin32Window
    Dim profile As ImGearPDFPreflightProfile
    Dim report As ImGearPDFPreflightReport
     
    ImGearWinForms.PreflightReport(owner, profile, report)
    public static void PreflightReport( 
       IWin32Window owner,
       ImGearPDFPreflightProfile profile,
       ImGearPDFPreflightReport report
    )
    public: static void PreflightReport( 
       IWin32Window* owner,
       ImGearPDFPreflightProfile profile,
       ImGearPDFPreflightReport* report
    ) 
    public:
    static void PreflightReport( 
       IWin32Window^ owner,
       ImGearPDFPreflightProfile profile,
       ImGearPDFPreflightReport^ report
    ) 

    Parameters

    owner
    Reference to the owner window.
    profile
    Type of profile the report was created for.
    report
    Reference to PDF preflight report object.
    See Also