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.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
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