HtmlPageLayoutOption

HtmlPageLayoutOption enumeration

Specifies flags that together other options determine sizes and layouts of pages.

Members

Member nameDescription
NONEDefault value which indicates that the HtmlPageLayoutOption will not affect the sizes and layouts of pages.
FIT_TO_WIDEST_CONTENT_WIDTHIndicates that the width of the page is determinated from the content size itself, not from the specified page width.
SCALE_TO_PAGE_WIDTHIndicates the content of the document will be scaled to fit the page.

See Also