Accusoft.PdfXpress6.Net
CanCreateAnnotations Property




Toggles the ability to create a PDF Annotation.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<ReadOnlyAttribute(False)>
Public Property CanCreateAnnotations As Boolean
'Usage
 
Dim instance As XfdfOptions
Dim value As Boolean
 
instance.CanCreateAnnotations = value
 
value = instance.CanCreateAnnotations
[DefaultValueAttribute()]
[ReadOnlyAttribute(false)]
public bool CanCreateAnnotations {get; set;}
[DefaultValueAttribute()]
[ReadOnlyAttribute(false)]
public: __property bool get_CanCreateAnnotations();
public: __property void set_CanCreateAnnotations( 
   bool value
);
[DefaultValueAttribute()]
[ReadOnlyAttribute(false)]
public:
property bool CanCreateAnnotations {
   bool get();
   void set (    bool value);
}
Remarks

This property governs whether an activity can add a PDF Annotation to a page in a PDF Document.

Valid values: true or false

Default value: true

See Also

Reference

XfdfOptions Class
XfdfOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback