Device Class
Abstract class for all types of devices. Device is used to represent pdf document in some format. For example, document page can be represented as image or text.
Inheritance Hierarchy

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

The Device type exposes the following members.

Constructors
  NameDescription
Protected methodDevice
Initializes a new instance of the Device class
Properties
  NameDescription
Protected propertyDocument
Document which is processed by this device instance.
Methods
  NameDescription
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 methodToString (Inherited from Object.)
See Also