HtmlToPdfConverterLayoutMethod Property

Gets the layout method in use: the last layout method called, or Manual after HtmlViewerZoom or HtmlViewerWidth was set. A new converter uses FitBrowserWindowToPage

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.75.0
C#
public PageLayoutMethod LayoutMethod { get; }

Property Value

PageLayoutMethod

Remarks

The layouts are described in the "HTML to PDF Page Setup and Scaling" topic: HTML to PDF Page Setup and Scaling

See Also