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