Accusoft.PdfXpressSdk Namespace > XfdfOptions Class : CanModifyAnnotations Property |
'Declaration <DefaultValueAttribute()> <ReadOnlyAttribute(False)> Public Property CanModifyAnnotations As Boolean
'Usage Dim instance As XfdfOptions Dim value As Boolean instance.CanModifyAnnotations = value value = instance.CanModifyAnnotations
[DefaultValue()] [ReadOnly(false)] public bool CanModifyAnnotations {get; set;}
[DefaultValue()] [ReadOnly(false)] public: __property bool get_CanModifyAnnotations(); public: __property void set_CanModifyAnnotations( bool value );
[DefaultValue()] [ReadOnly(false)] public: property bool CanModifyAnnotations { bool get(); void set ( bool value); }
This property governs whether an activity can modify an existing PDF Annotation on a page in a PDF Document.
true
then the ability to modify existing PDF Annotations is permitted.false
then the ability to modify existing PDF Annotations is prohibited.Valid values: true or false
Default value: true