ImageGear .NET - Updated
EncodedDocumentIdentifier Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : EncodedDocumentIdentifier Property
Gets the encoded format for sending over to the client. This property refers to the encoded DocumentIdentifier value. This property is a read only property.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PageView Properties")>
<DescriptionAttribute("A read only encoded DocumentIdentifier value.")>
Public ReadOnly Property EncodedDocumentIdentifier As String
'Usage
 
Dim instance As PageView
Dim value As String
 
value = instance.EncodedDocumentIdentifier
[Browsable(true)]
[Category("PageView Properties")]
[Description("A read only encoded DocumentIdentifier value.")]
public string EncodedDocumentIdentifier {get;}
[Browsable(true)]
[Category("PageView Properties")]
[Description("A read only encoded DocumentIdentifier value.")]
public: __property string* get_EncodedDocumentIdentifier();
[Browsable(true)]
[Category("PageView Properties")]
[Description("A read only encoded DocumentIdentifier value.")]
public:
property String^ EncodedDocumentIdentifier {
   String^ get();
}
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

PageView Class
PageView Members