Data for one page to be added to a document file.
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.
Products |
Support |
Feedback: DocumentPage Class - Leadtools.Forms.DocumentWriters |
Introduction |
Help Version 19.0.2017.3.21
|