Accusoft.PdfXpress6.Net
CanDeleteAnnotations Property




Toggles the ability to delete an existing PDF Annotation.
Syntax
'Declaration
 
<ReadOnlyAttribute(False)>
<DefaultValueAttribute()>
Public Property CanDeleteAnnotations As Boolean
'Usage
 
Dim instance As XfdfOptions
Dim value As Boolean
 
instance.CanDeleteAnnotations = value
 
value = instance.CanDeleteAnnotations
[ReadOnlyAttribute(false)]
[DefaultValueAttribute()]
public bool CanDeleteAnnotations {get; set;}
[ReadOnlyAttribute(false)]
[DefaultValueAttribute()]
public: __property bool get_CanDeleteAnnotations();
public: __property void set_CanDeleteAnnotations( 
   bool value
);
[ReadOnlyAttribute(false)]
[DefaultValueAttribute()]
public:
property bool CanDeleteAnnotations {
   bool get();
   void set (    bool value);
}
Remarks

This property governs whether an activity can delete an existing PDF Annotation on 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