ImageGear .NET v25.0 - Updated
ImGearPDFPreflightConvertOptions Constructor




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflightConvertOptions Class : ImGearPDFPreflightConvertOptions Constructor
Preflight profile with which compliance is being achieved.
The first page of the document to convert.
The number of pages to verify. Specify -1 to convert all pages.
Initializes a new instance of the ImGearPDFPreflightConvertOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal profile As ImGearPDFPreflightProfile, _
   ByVal startPage As Integer, _
   ByVal pageCount As Integer _
)
'Usage
 
Dim profile As ImGearPDFPreflightProfile
Dim startPage As Integer
Dim pageCount As Integer
 
Dim instance As New ImGearPDFPreflightConvertOptions(profile, startPage, pageCount)
public ImGearPDFPreflightConvertOptions( 
   ImGearPDFPreflightProfile profile,
   int startPage,
   int pageCount
)
public: ImGearPDFPreflightConvertOptions( 
   ImGearPDFPreflightProfile profile,
   int startPage,
   int pageCount
)
public:
ImGearPDFPreflightConvertOptions( 
   ImGearPDFPreflightProfile profile,
   int startPage,
   int pageCount
)

Parameters

profile
Preflight profile with which compliance is being achieved.
startPage
The first page of the document to convert.
pageCount
The number of pages to verify. Specify -1 to convert all pages.

Return Value

The new instance of ImGearPDFPreflightConvertOptions class object.
Remarks
Initialization of OutputIntentColorProfile member is performed on this constructor. For correct initialization "ig_rgb_profile.icm" color profile file should be placed in the same directory as run executable file. Otherwise, OutputIntentColorProfile will not be initialized and conversion of PDF files with images will be impossible, method ImGearPDFPreflight.Convert will not be able to convert images.
See Also

Reference

ImGearPDFPreflightConvertOptions Class
ImGearPDFPreflightConvertOptions Members