Gets or sets the Image Page index. This property refers to the index of the page in a multipage document
to be displayed in the ThumbnailView control. For a non-multipage document, this value is zero.
Syntax
[Category("ThumbnailView Properties")]
[DefaultValue()]
[Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
[Browsable(true)]
public int PageNumber {get; set;}
[Category("ThumbnailView Properties")]
[DefaultValue()]
[Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
[Browsable(true)]
public: __property int get_PageNumber();
public: __property void set_PageNumber(
int value
);
[Category("ThumbnailView Properties")]
[DefaultValue()]
[Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
[Browsable(true)]
public:
property int PageNumber {
int get();
void set ( int value);
}
Property Value
An integer value.
See Also