'Declaration Public Function New( _ ByVal profile As ImGearPDFPreflightProfile, _ Optional ByVal resolutionDPI As UShort _ )
'Usage Dim profile As ImGearPDFPreflightProfile Dim resolutionDPI As UShort Dim instance As New ImGearPDFPreflightConversionOptions(profile, resolutionDPI)
public ImGearPDFPreflightConversionOptions( ImGearPDFPreflightProfile profile, ushort resolutionDPI )
public: ImGearPDFPreflightConversionOptions( ImGearPDFPreflightProfile profile, ushort resolutionDPI )
public: ImGearPDFPreflightConversionOptions( ImGearPDFPreflightProfile profile, ushort resolutionDPI )
Parameters
- profile
- Preflight profile with which compliance is being achieved.
- resolutionDPI
- Fallback content rasterization resolution in dots per inch. Default value is 300 DPI.
Return Value
The new instance of ImGearPDFPreflightConvertOptions class object.