ImageGear for .NET
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.
See Also

Reference

ImGearPDFPreflightConvertOptions Class
ImGearPDFPreflightConvertOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback