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

Namespace: PdfTools.Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
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