Click or drag to resize
Pdftools logo

Document Class

The base class for image documents

Image documents are either opened using Open(Stream) or the result of an operation, e.g. of PDF to image conversion using ConvertPage(Document, Stream, Profile, Int32).
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.ImageDocument
        PdfTools.ImageMultiPageDocument
        PdfTools.ImageSinglePageDocument

Namespace: PdfTools.Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public abstract class Document : NativeObject, 
	IDisposable

The Document type exposes the following members.

Methods
 NameDescription
Public methodDispose

Close the object.

Release all resources associated with the object.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodStatic memberOpen

Open an image document

Documents opened with this method are read-only and cannot be modified.
Top
See Also