Click or drag to resize
ApocDriverOptions Property
Options that are passed to the rendering engine.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IRendererOptions Options { get; set; }

Property Value

Type: IRendererOptions
An object that implements the IRendererOptions marker interface. The default value is null, in which case all default options will be used.

Implements

IDriverOptions
Remarks
An instance of PdfRendererOptions is typically passed to this property.
See Also