In This Topic

Printable Property (Annotation)

In This Topic
Specifies if the annotation is rendered during printing process.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies if the annotation is rendered during printing process")>
Public Property Printable As Boolean
[Description("Specifies if the annotation is rendered during printing process")]
public bool Printable {get; set;}
public read-write property Printable: Boolean; 
DescriptionAttribute("Specifies if the annotation is rendered during printing process")
public function get,set Printable : boolean
[Description("Specifies if the annotation is rendered during printing process")]
public: __property bool get_Printable();
public: __property void set_Printable( 
   bool value
);
[Description("Specifies if the annotation is rendered during printing process")]
public:
property bool Printable {
   bool get();
   void set (    bool value);
}
See Also