PageLayoutMethod Enumeration
The layout method that sets how the HTML is laid out on the PDF page
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.75.0
public enum PageLayoutMethod
| Manual | 0 |
The browser window width and the zoom have values set directly; they are used as they are
|
| FitBrowserWindowToPage | 1 |
A fixed page with the browser window scaled to the page width. The layout of a new converter
|
| LayoutAtPageWidth | 2 |
A fixed page with the HTML laid out at the page width, without scaling
|
| PrintLikeChrome | 3 |
The output of the Save as PDF command of the Chrome browser
|
| SinglePageOfWidth | 4 |
One page of a fixed width, as tall as the content
|
| PageWidthFromBrowserWindow | 5 |
A page as wide as the browser window, with the HTML drawn without scaling
|