ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / EncodedDocumentIdentifier Property




In This Topic
    EncodedDocumentIdentifier Property (PageView)
    In This Topic
    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
     
    <CategoryAttribute("PageView Properties")>
    <DescriptionAttribute("A read only encoded DocumentIdentifier value.")>
    <BrowsableAttribute(True)>
    Public ReadOnly Property EncodedDocumentIdentifier As String
    'Usage
     
    Dim instance As PageView
    Dim value As String
     
    value = instance.EncodedDocumentIdentifier
    [Category("PageView Properties")]
    [Description("A read only encoded DocumentIdentifier value.")]
    [Browsable(true)]
    public string EncodedDocumentIdentifier {get;}
    [Category("PageView Properties")]
    [Description("A read only encoded DocumentIdentifier value.")]
    [Browsable(true)]
    public: __property string* get_EncodedDocumentIdentifier();
    [Category("PageView Properties")]
    [Description("A read only encoded DocumentIdentifier value.")]
    [Browsable(true)]
    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