Accusoft.NotateXpress13.Net
Author Property




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

Property Value

A string value which represents the author for the annotation file.
Remarks
This author 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