Accusoft.NotateXpress13.Net
Title Property




Gets and sets a title string value that can be saved with your annotation file.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As LayerCollection
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
public: __property string* get_Title();
public: __property void set_Title( 
   string* value
);
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the title for the annotation file.
Remarks
This title string is displayed in Windows Explorer when you right-click an annotation file, select 'Properties', and display the Summary page.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback