Accusoft.ThumbnailXpress6.Net
Page Property




Read/Write property accessing the page number in a multi-page image file that the thumbnail item represents.
Syntax
'Declaration
 
Public Property Page As Integer
'Usage
 
Dim instance As ThumbnailItem
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

The page.
Remarks

Attempting to set the page number for an item that is a directory invokes an System.InvalidOperationException

The Page property is ignored for internet resident image files and only the first page image of a multi-page image file is generated for these.

See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback