ImageGear for .NET
PageNumberField Property




Gets or sets the Image Page number field. This property refers to the page number in a multipage document to be displayed in the ImGearThumbnailList control.
Syntax
'Declaration
 
<CategoryAttribute("ImGearThumbnailList Properties")>
<DefaultValueAttribute()>
<DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero(0).")>
<BrowsableAttribute(True)>
Public Property PageNumberField As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.PageNumberField = value
 
value = instance.PageNumberField
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
[BrowsableAttribute(true)]
public string PageNumberField {get; set;}
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
[BrowsableAttribute(true)]
public: __property string* get_PageNumberField();
public: __property void set_PageNumberField( 
   string* value
);
[CategoryAttribute("ImGearThumbnailList Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero(0).")]
[BrowsableAttribute(true)]
public:
property String^ PageNumberField {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value.
Remarks

The default value is ”PageNumber”

This property is used for data binding purpose. It can be an attribute in an xml file or a database field when databinding source is a database (for details about data binding, refer to ImGearThumbnailList class description and the section Data Binding to the Server Side ImGearThumbnailList Control).

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback