In This Topic

PageNo Property (GdPicturePDF.PdfOcrOptions)

In This Topic
Specifies the number of the page of the input document to be processed.
Syntax
'Declaration
 
Public Property PageNo As Integer
public int PageNo {get; set;}
public read-write property PageNo: Integer; 
public function get,set PageNo : int
public: __property int get_PageNo();
public: __property void set_PageNo( 
   int value
);
public:
property int PageNo {
   int get();
   void set (    int value);
}
See Also