Accusoft.PdfXpressSdk Namespace > XfdfOptions Class : CanCreateAnnotations Property |
'Declaration <ReadOnlyAttribute(False)> <DefaultValueAttribute()> Public Property CanCreateAnnotations As Boolean
'Usage Dim instance As XfdfOptions Dim value As Boolean instance.CanCreateAnnotations = value value = instance.CanCreateAnnotations
[ReadOnly(false)] [DefaultValue()] public bool CanCreateAnnotations {get; set;}
[ReadOnly(false)] [DefaultValue()] public: __property bool get_CanCreateAnnotations(); public: __property void set_CanCreateAnnotations( bool value );
[ReadOnly(false)] [DefaultValue()] public: property bool CanCreateAnnotations { bool get(); void set ( bool value); }
This property governs whether an activity can add a PDF Annotation to 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