ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : PreflightReport Method |
'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 )