Skip to content

PDFRenderList

Namespace: O2S.Components.PDF4NET.Rendering

Defines an intermediary format for rendered PDF pages.

public class PDFRenderList

Inheritance ObjectPDFRenderList

Remarks

When a PDF page needs to be converted to image at multiple resolutions it is more efficient to convert it first to a render list and then convert the render list to images.

Constructors

PDFRenderList()

Initializes a new PDFRenderList object.

public PDFRenderList()

Properties