Document Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Represents a PDF document that we are going to draw or operate with.
Inheritance Hierarchy

SystemObject
  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

public sealed class Document : IDisposable

The Document type exposes the following members.

Constructors

  NameDescription
Public methodDocument(Stream, EngineSettings)
Initializes a new instance of the Document class.
Public methodDocument(Stream, AuthEventHandler, EngineSettings)
Initializes a new instance of the Document class.
Public methodDocument(Stream, String, EngineSettings)
Initializes a new instance of the Document class.
Top
Properties

  NameDescription
Public propertyBookmarks
Gets the document bookmarks.
Public propertyDocumentInfo
Gets the information about document.
Public propertyFonts
Gets all fonts used in document.
Public propertyNavigator
Gets the document navigator.
Public propertyPages
Gets document's pages, a read-only collection.
Public propertySearchIndex
Gets the SearchIndex for the document.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodSaveToTiff
Saves document to tiff, all pages will be rendered and added into resulting tiff stream.
Top
See Also

Reference