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