ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : PageNumber Property |
'Declaration <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero.")> <CategoryAttribute("PageView Properties")> Public Property PageNumber As Integer
'Usage Dim instance As PageView Dim value As Integer instance.PageNumber = value value = instance.PageNumber
[BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero.")] [CategoryAttribute("PageView Properties")] public int PageNumber {get; set;}
[BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero.")] [CategoryAttribute("PageView Properties")] public: __property int get_PageNumber(); public: __property void set_PageNumber( int value );
[BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero.")] [CategoryAttribute("PageView Properties")] public: property int PageNumber { int get(); void set ( int value); }
This property will be the page number for the image to be displayed in the Viewer. The value is zero for a single document image file. The first page of a file has an image page index of zero.
The default value is 0