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).public abstract class Document : NativeObject, IDisposable
The Document type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Close the object. Release all resources associated with the object. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) | |
Open | Open an image document Documents opened with this method are read-only and cannot be modified. |