public abstract class DocumentWriterPage Public MustInherit Class DocumentWriterPage @interface LTDocumentPage : NSObject <NSCopying> // ABSTRACT public abstract class DocumentWriterPage public ref class DocumentWriterPage abstract 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). |
For an example, refer to DocumentWriter.
Leadtools.Document.Writer Namespace
Programming with LEADTOOLS Document Writers
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
