Click or drag to resize

Document Class

The Document class is the top-level class that represents an existing PDF document.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.Codec.PdfDocument

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class Document : IDisposable

The Document type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleDocument(BinaryReader)
Opens an existing document using a BinaryReader.
Public methodDocument(Stream)
Opens an existing document using a Stream.
Public methodDocument(BinaryReader, String)
Opens an existing password-protected document using a BinaryReader.
Public methodDocument(Stream, String)
Opens an existing password-protected document using a Stream.
Top
Properties
  NameDescription
Public propertyCode exampleAuthor
The person who authored this document.
Public propertyCode exampleCreator
The application that created this document before it was converted to PDF.
Public propertyCode exampleKeywords
Keywords of this document.
Public propertyCode examplePages
Collection of pages in this document.
Public propertyCode exampleProducer
The application that converted this document to PDF.
Public propertyResolution
Resolution of this document.
Public propertyCode exampleSubject
Subject of this document.
Public propertyCode exampleTitle
Title of this document.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Document
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Document and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPageSize
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also