Class AdaptivePdfRenderOptions
A class allowing a developer to control rendering of HTML to PDFs using WebKit and Chrome engines from a single class instance.
Default behavior is to detect and select an installed browser engine.
Implements
Inherited Members
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public class AdaptivePdfRenderOptions : WebKitPdfRenderOptions, IPdfRenderOptions, IPaperSize, IMargins, IZoomable, IViewPort, IUnitTestable, IHeadersAndFooters, ICustomCss, IJavascript, ICssMediaType
Constructors
AdaptivePdfRenderOptions()
Default Constructor
Declaration
public AdaptivePdfRenderOptions()
Properties
RenderingEngine
Selects an Iron browser rendering engine to render Html to Pdf.
Declaration
public PdfRenderingEngine RenderingEngine { get; set; }
Property Value
Type | Description |
---|---|
PdfRenderingEngine |