LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ModifyAnnotation Property

Show in webframe







Enables or disables annotation editing.
Syntax
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)
            
 
get_ModifyAnnotation();
set_ModifyAnnotation(value);
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.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.