ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ThumbnailView Class / PageNumber Property




In This Topic
    PageNumber Property (ThumbnailView)
    In This Topic
    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
    'Declaration
     
    <CategoryAttribute("ThumbnailView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero(0).")>
    Public Property PageNumber As Integer
    'Usage
     
    Dim instance As ThumbnailView
    Dim value As Integer
     
    instance.PageNumber = value
     
    value = instance.PageNumber
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue(0)]
    [Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
    public int PageNumber {get; set;}
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue(0)]
    [Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
    public: __property int get_PageNumber();
    public: __property void set_PageNumber( 
       int value
    );
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue(0)]
    [Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
    public:
    property int PageNumber {
       int get();
       void set (    int value);
    }

    Property Value

    An integer value.
    Remarks

    The default value is 0

    See Also