Aspose.Pdf.Devices Namespace
The Aspose.Pdf.Devices namespace provides classes which are used for representing document as image(s) or a plain text. So document can be sent on to textual or various graphic devices which means we want to get it textual or graphic representation.
Classes
  ClassDescription
Public classBmpDevice
Represents image device that helps to save pdf document pages into bmp.
Public classDevice
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.
Public classDocumentDevice
Abstract class for all devices which is used to process the whole pdf document.
Public classEmfDevice
Represents image device that helps to save pdf document pages into emf.
Public classGifDevice
Represents image device that helps to save pdf document pages into gif.
Public classImageDevice
An abstract class for image devices.
Public classJpegDevice
Represents image device that helps to save pdf document pages into jpeg.
Public classMargins
This class represents margins of an image.
Public classPageDevice
Abstract class for all devices which is used to process certain page the pdf document.
Public classPngDevice
Represents image device that helps to save pdf document pages into png.
Public classResolution
Represents class for holding image resolution.
Public classCode exampleTextDevice
Represents class for converting pdf document pages into text.
Public classTiffDevice
This class helps to save pdf document page by page into the one tiff image.
Public classTiffSettings
This class represents settings for importing pdf to Tiff.
Enumerations
  EnumerationDescription
Public enumerationColorDepth
Used to specify the parameter value passed to a Tiff image device.
Public enumerationCompressionType
Used to specify the parameter value passed to a Tiff image device.
Public enumerationFormPresentationMode
Used to specify the form presentation mode when printing or converting to image pdf documents.
Public enumerationShapeType
This enum represents shape type for the extracted images.