PageLayoutMethod Enumeration

The layout method that sets how the HTML is laid out on the PDF page

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.75.0
C#
public enum PageLayoutMethod

Members

Manual0 The browser window width and the zoom have values set directly; they are used as they are
FitBrowserWindowToPage1 A fixed page with the browser window scaled to the page width. The layout of a new converter
LayoutAtPageWidth2 A fixed page with the HTML laid out at the page width, without scaling
PrintLikeChrome3 The output of the Save as PDF command of the Chrome browser
SinglePageOfWidth4 One page of a fixed width, as tall as the content
PageWidthFromBrowserWindow5 A page as wide as the browser window, with the HTML drawn without scaling

See Also