←Select platform

AssembleDocument Property

Summary

Enables or disables document assembly.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool AssembleDocument { get; set; } 
Public Property AssembleDocument As Boolean 
public bool AssembleDocument {get; set;} 
@property (nonatomic, assign) BOOL assembleDocument 
public boolean getAssembleDocument() 
public void setAssembleDocument(boolean value) 
             
 <br/>get_AssembleDocument();<br/>set_AssembleDocument(value);<br/>Object.defineProperty('AssembleDocument');  
public: 
property bool AssembleDocument { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly