Accusoft.NotateXpress13.Net
Description Property




Gets and sets the description text for the current layer.
Syntax
'Declaration
 
Public Property Description As String
'Usage
 
Dim instance As Layer
Dim value As String
 
instance.Description = value
 
value = instance.Description
public string Description {get; set;}
public: __property string* get_Description();
public: __property void set_Description( 
   string* value
);
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the description of a layer.
Remarks

The default value is an empty string "".

The description is a convenient way to store a brief description of a layer.

See Also

Reference

Layer Class
Layer Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback