Accusoft.PdfXpress7.Net
CanModifyAnnotations Property




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

This property governs whether an activity can modify 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback