Accusoft.ImagXpress13.Net
Page Property




Gets and sets the page to be viewed or processed.
Syntax
'Declaration
 
Public Property Page As Integer
'Usage
 
Dim instance As ImageX
Dim value As Integer
 
instance.Page = value
 
value = instance.Page
public int Page {get; set;}
public: __property int get_Page();
public: __property void set_Page( 
   int value
);
public:
property int Page {
   int get();
   void set (    int value);
}

Property Value

A integer value which represents the page number.
Remarks

This property is one-based, meaning 'Page = 1' is the first page. However a value of 0 will return the first page or only page of the image as well.

This property is supported in multi-page file formats including: TIFF, ICO, MODCA, DCX and PDF.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback