←Select platform

DocumentPage Class

Summary

Data for one page to be added to a document file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public abstract class DocumentPage 
Public MustInherit Class DocumentPage  
public sealed class DocumentPage  
@interface LTDocumentPage : NSObject <NSCopying> // ABSTRACT 
public abstract class DocumentPage 
function Leadtools.Forms.DocumentWriters.DocumentPage() 
public ref class DocumentPage abstract  

Remarks

The DocumentPage class contains data for one 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.

DocumentPage is abstract, you must use one of the derived classes:

Class Description
DocumentEmptyPage

Add an empty page.

DocumentSvgPage

Add page from a Scalable Vector Object (SVG) object (ISvgDocument).

DocumentEmfPage

Add page from a Windows Enhanced Metafile (EMF) handle.

DocumentRasterPage

Add page from a raster image object (RasterImage).

Example

For an example, refer to DocumentWriter.

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.Forms.DocumentWriters Assembly