Aspose::Page::Device class

Device class

This class encapsulates rendering of document to abstract device. Rendering of the document is performed page by page.

class Device : public virtual System::Object

Methods

MethodDescription
Device(System::Drawing::Size)Initializes Device with a size of a page.
ToString() const overrideReturns the name of device type.

Deprecated

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 False

See Also