LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

ModifyAnnotation Property






Enables or disables annotation editing. .NET support WinRT support
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;}
 get_ModifyAnnotation();
set_ModifyAnnotation(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.