Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

DocumentEmptyPage Class








Members 
Data for one empty page to be added to a document file.
Object Model
Syntax
public class DocumentEmptyPage : DocumentPage 
'Declaration
 
Public Class DocumentEmptyPage 
   Inherits DocumentPage
'Usage
 
Dim instance As DocumentEmptyPage
public sealed class DocumentEmptyPage : DocumentPage 
@interface LTDocumentEmptyPage : LTDocumentPage <NSCopying>
public class DocumentEmptyPage extends DocumentPage
function Leadtools.Forms.DocumentWriters.DocumentEmptyPage()
public ref class DocumentEmptyPage : public DocumentPage 
Remarks

The DocumentEmptyPage class derives from DocumentPage and contains the data for one empty page to be added to a document file. It is used as a parameter to the DocumentWriter.AddPage or DocumentWriter.InsertPage methods used to add the page.

The LEADTOOLS Document Writer supports creating documents with zero or more empty pages inside them. Simply add a page with type DocumentEmptyPage and call the DocumentWriter.AddPage or DocumentWriter.InsertPage methods. The dimension of the empty page must be set before hand in the DocumentEmptyPage.Width and DocumentEmptyPage.Height and its resolution set to DocumentOptions.EmptyPageResolution. As many empty pages as desired can be added in any index desired. To use empty pages, make sure the DocumentOptions.PageRestriction property is set to DocumentPageRestriction.Relaxed.

For more information, refer to PdfDocumentOptions.

Example
For an example, refer to DocumentRasterPage.
Requirements

Target Platforms

See Also

Reference

DocumentEmptyPage Members
Leadtools.Forms.DocumentWriters Namespace
DocumentWriter Class
DocumentFormat Enumeration
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features