Class Device
Device class
This class encapsulates rendering of document to abstract device. Rendering of the document is performed page by page.
[Obsolete("Device class and all derived classes are deprecated beginning from 24.3. Please use SaveAsPdf or SaveAsImage methods in PsDocument class instead. In 24.6 this class will be entirely hidden")]
public abstract class Device
Constructors
Name | Description |
---|
Device(Size) | Initializes Device with a size of a page. |
Methods
Name | Description |
---|
override ToString() | Returns the name of device type. |
See Also