Skip to content

PDFRendererContext

Namespace: O2S.Components.PDF4NET.Rendering

For advanced internal use.

public class PDFRendererContext

Inheritance ObjectPDFRendererContext

Constructors

PDFRendererContext()

public PDFRendererContext()

Properties

Data

Gets or sets the data.

public object Data { get; set; }

Property Value

Object


ParsingGraphicPath

Graphic path used during parsing.

public ExtensibleGraphicPath ParsingGraphicPath { get; set; }

Property Value

ExtensibleGraphicPath


RenderingGraphicPath

Gets or sets the graphic path used for rendering operations.

public ExtensibleGraphicPath RenderingGraphicPath { get; set; }

Property Value

ExtensibleGraphicPath


RenderListWorkbuffer

Gets or sets the workbuffer for render list generation.

public Byte[] RenderListWorkbuffer { get; set; }

Property Value

Byte[]