Data for one page to be added to a document file.
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 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). |
For an example, refer to DocumentWriter.
Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
