Enum HtmlPageLayoutOption

HtmlPageLayoutOption enumeration

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

public enum HtmlPageLayoutOption

Values

NameValueDescription
None0Default value which indicates that the HtmlPageLayoutOption will not affect the sizes and layouts of pages.
FitToWidestContentWidth3Indicates that the width of the page is determinated from the content size itself, not from the specified page width.
ScaleToPageWidth256Indicates the content of the document will be scaled to fit the page.

See Also