←Select platform

ModifyAnnotation Property

Summary

Enables or disables annotation editing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ModifyAnnotation {get; set;} 
Public Property ModifyAnnotation As Boolean 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize