ImageGear .NET - Updated May 30, 2018
DocumentIdentifier Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : DocumentIdentifier Property
Gets or sets the DocumentIdentifier. This property refers to the image file path or database image key (column/field value).
Syntax
'Declaration
 
<DescriptionAttribute("Refers to the image file path or database field value.")>
<BrowsableAttribute(True)>
<CategoryAttribute("PageView Properties")>
Public Property DocumentIdentifier As String
 
'Usage
 
Dim instance As PageView
Dim value As String
 
instance.DocumentIdentifier = value
 
value = instance.DocumentIdentifier

Property Value

Remarks

The default value is an empty string

See Also

Reference

PageView Class
PageView Members