ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : DocumentIdentifier Property |
'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Refers to the image file path or database field value.")> <CategoryAttribute("PageView Properties")> Public Property DocumentIdentifier As String
'Usage Dim instance As PageView Dim value As String instance.DocumentIdentifier = value value = instance.DocumentIdentifier
[BrowsableAttribute(true)] [DescriptionAttribute("Refers to the image file path or database field value.")] [CategoryAttribute("PageView Properties")] public string DocumentIdentifier {get; set;}
[BrowsableAttribute(true)] [DescriptionAttribute("Refers to the image file path or database field value.")] [CategoryAttribute("PageView Properties")] public: __property string* get_DocumentIdentifier(); public: __property void set_DocumentIdentifier( string* value );
[BrowsableAttribute(true)] [DescriptionAttribute("Refers to the image file path or database field value.")] [CategoryAttribute("PageView Properties")] public: property String^ DocumentIdentifier { String^ get(); void set ( String^ value); }
The default value is an empty string