LEADTOOLS Image File Support (Leadtools.Codecs assembly)

AssembleDocument Property

Show in webframe







Enables or disables document assembly.
Syntax
public bool AssembleDocument {get; set;}
'Declaration
 
Public Property AssembleDocument As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.AssembleDocument = value
 
value = instance.AssembleDocument
public bool AssembleDocument {get; set;}
@property (nonatomic, assign) BOOL assembleDocument;
public boolean getAssembleDocument()
public void setAssembleDocument(boolean value)
            
 
get_AssembleDocument();
set_AssembleDocument(value);
Object.defineProperty('AssembleDocument');
public:
property bool AssembleDocument {
   bool get();
   void set (    bool value);
}

Property Value

true to give the user of the PDF document permission to add pages to or delete pages from 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.