←Select platform

DocumentWriterPage Class

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public abstract class DocumentWriterPage 
Public MustInherit Class DocumentWriterPage  
@interface LTDocumentPage : NSObject <NSCopying> // ABSTRACT 
public abstract class DocumentWriterPage 
public ref class DocumentWriterPage abstract  

Remarks

The DocumentWriterPage 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.

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

Class Description
DocumentWriterEmptyPage

Add an empty page.

DocumentWriterSvgPage

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

DocumentWriterEmfPage

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

DocumentWriterRasterPage

Add page from a raster image object (RasterImage).

Example

For an example, refer to DocumentWriter.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly