Data for one page to be added to a document file.
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). |