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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
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