Apitron.PDF.Rasterizer library for .NET
SystemObject
Apitron.PDF.RasterizerDocument
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
Top
Top
Represents a PDF document that we are going to draw or operate with.
Inheritance Hierarchy
Apitron.PDF.RasterizerDocument
Namespace: Apitron.PDF.Rasterizer
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The Document type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Document(Stream, EngineSettings) |
Initializes a new instance of the Document class.
|
![]() | Document(Stream, AuthEventHandler, EngineSettings) |
Initializes a new instance of the Document class.
|
![]() | Document(Stream, String, EngineSettings) |
Initializes a new instance of the Document class.
|
Properties
Name | Description | |
---|---|---|
![]() | Bookmarks |
Gets the document bookmarks.
|
![]() | DocumentInfo |
Gets the information about document.
|
![]() | Fonts |
Gets all fonts used in document.
|
![]() | Navigator |
Gets the document navigator.
|
![]() | Pages |
Gets document's pages, a read-only collection.
|
![]() | SearchIndex |
Gets the SearchIndex for the document.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | SaveToTiff |
Saves document to tiff, all pages will be rendered and added into resulting tiff stream.
|
See Also