ImageGear .NET - Updated July 5, 2018
EncodedDocumentIdentifier Property (ThumbnailView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : EncodedDocumentIdentifier Property
Gets the DocumentIdentifier in encoded format for sending over to the client. This property refers to the encoded image file path or encoded database image key (column/field) value.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailView Properties")>
<DescriptionAttribute("A read only encoded DocumentIdentifier value.")>
<BrowsableAttribute(True)>
Public ReadOnly Property EncodedDocumentIdentifier As String
 
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
value = instance.EncodedDocumentIdentifier
Remarks

The default value is an empty string

If the DocumentIdentifier property is not set(empty), then this value will be an empty string.

See Also

Reference

ThumbnailView Class
ThumbnailView Members