'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.