public bool ModifyAnnotation {get; set;}
'Declaration
Public Property ModifyAnnotation As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.ModifyAnnotation = value
value = instance.ModifyAnnotation
public bool ModifyAnnotation {get; set;}
@property (nonatomic, assign) BOOL modifyAnnotation
public boolean getModifyAnnotation()
public void setModifyAnnotation(boolean value)
<br/>get_ModifyAnnotation();<br/>set_ModifyAnnotation(value);<br/>Object.defineProperty('ModifyAnnotation');
public:
property bool ModifyAnnotation {
bool get();
void set ( bool value);
}
Property Value
true to give the user of the PDF document permission to edit annotations in the document.