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




In This Topic
    DocumentIdentifier Property (PageView)
    In This Topic
    Gets or sets the DocumentIdentifier. This property refers to the image file path or database image key (column/field value).
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DescriptionAttribute("Refers to the image file path or database field value.")>
    Public Property DocumentIdentifier As String
    'Usage
     
    Dim instance As PageView
    Dim value As String
     
    instance.DocumentIdentifier = value
     
    value = instance.DocumentIdentifier
    [Category("PageView Properties")]
    [Browsable(true)]
    [Description("Refers to the image file path or database field value.")]
    public string DocumentIdentifier {get; set;}
    [Category("PageView Properties")]
    [Browsable(true)]
    [Description("Refers to the image file path or database field value.")]
    public: __property string* get_DocumentIdentifier();
    public: __property void set_DocumentIdentifier( 
       string* value
    );
    [Category("PageView Properties")]
    [Browsable(true)]
    [Description("Refers to the image file path or database field value.")]
    public:
    property String^ DocumentIdentifier {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The default value is an empty string

    See Also