DocumentDevice Class
Abstract class for all devices which is used to process the whole pdf document.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Devices
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class DocumentDevice : Device

The DocumentDevice type exposes the following members.

Constructors
  NameDescription
Protected methodDocumentDevice
Initializes a new instance of the DocumentDevice class
Properties
  NameDescription
Protected propertyDocument
Document which is processed by this device instance.
(Inherited from Device.)
Methods
  NameDescription
Public methodBinarizeBradley
Do Bradley binarization for input stream.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcess(Document, Stream)
Processes the whole document and saves results into stream.
Public methodProcess(Document, String)
Processes the whole document and saves results into file.
Public methodProcess(Document, Int32, Int32, Stream)
Each device represents some operation on the document, e.g. we can convert pdf document into another format.
Public methodProcess(Document, Int32, Int32, String)
Processes certain pages of the document and saves results into file.
Public methodToString (Inherited from Object.)
See Also