Device
Inheritance: java.lang.Object
public abstract class Device
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.
Constructors
Constructor | Description |
---|---|
Device() |
Device()
public Device()