LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ModifyDocument Property

Show in webframe







Enables or disables editing.
Syntax
public bool ModifyDocument {get; set;}
'Declaration
 
Public Property ModifyDocument As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.ModifyDocument = value
 
value = instance.ModifyDocument
public bool ModifyDocument {get; set;}
@property (nonatomic, assign) BOOL modifyDocument;
public boolean getModifyDocument()
public void setModifyDocument(boolean value)
            
 
get_ModifyDocument();
set_ModifyDocument(value);
Object.defineProperty('ModifyDocument');
public:
property bool ModifyDocument {
   bool get();
   void set (    bool value);
}

Property Value

true to give the user of the PDF document permission to edit 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.