PageDevice Class
Abstract class for all devices which is used to process certain page the pdf document.
Inheritance Hierarchy

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

The PageDevice type exposes the following members.

Constructors
  NameDescription
Protected methodPageDevice
Initializes a new instance of the PageDevice class
Properties
  NameDescription
Protected propertyDocument
Document which is processed by this device instance.
(Inherited from Device.)
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 methodProcess(Page, Stream)
Perfoms some operation on the given page, e.g. converts page into graphic image.
Public methodProcess(Page, String)
Perfoms some operation on the given page and saves results into the file.
Public methodToString (Inherited from Object.)
See Also