ImageGear .NET
DocumentIdentifier Property (PageView)




Gets or sets the DocumentIdentifier. This property refers to the image file path or database image key (column/field value).
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PageView Properties")>
<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
[Browsable(true)]
[Category("PageView Properties")]
[Description("Refers to the image file path or database field value.")]
public string DocumentIdentifier {get; set;}
[Browsable(true)]
[Category("PageView Properties")]
[Description("Refers to the image file path or database field value.")]
public: __property string* get_DocumentIdentifier();
public: __property void set_DocumentIdentifier( 
   string* value
);
[Browsable(true)]
[Category("PageView Properties")]
[Description("Refers to the image file path or database field value.")]
public:
property String^ DocumentIdentifier {
   String^ get();
   void set (    String^ value);
}

Property Value

Remarks

The default value is an empty string

See Also

Reference

PageView Class
PageView Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback