DeviceTGraphicContextTRenderingOptions.DeviceConfigurationTGraphicContextTRenderingOptions Class

Device<TGraphicContext,TRenderingOptions>.DeviceConfiguration<TGraphicContext,TRenderingOptions> class

Represents configuration object for devices.

public class DeviceConfiguration<TGraphicContext, TRenderingOptions>
    where TGraphicContext : GraphicContext, new()
    where TRenderingOptions : RenderingOptions

Constructors

NameDescription
DeviceConfiguration()The default constructor.

Properties

NameDescription
PageWritingStrategy { get; set; }Gets or sets the page writing strategy.

See Also