In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Author Property

Author Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("The name of the author who created the annotation")>

Public Property Author As String
[Description("The name of the author who created the annotation")]

public string Author {get; set;}
public read-write property Author: String; 
DescriptionAttribute("The name of the author who created the annotation")

public function get,set Author : String
[Description("The name of the author who created the annotation")]

public: __property string* get_Author();

public: __property void set_Author( 

   string* value

);
[Description("The name of the author who created the annotation")]

public:

property String^ Author {

   String^ get();

   void set (    String^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members