Class Device

Device class

Implements the interface for outputting text and graphic content to abstract device. Rendering is performed page by page.

public abstract class Device

Constructors

NameDescription
Device()Creates a new instance.

Properties

NameDescription
abstract PageCount { get; }Gets the number of pages.

See Also