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

NameDescription
Device(Size)Initializes Device with a size of a page.

Methods

NameDescription
override ToString()Returns the name of device type.

See Also