Aspose::Pdf::HtmlPageLayoutOption enum

HtmlPageLayoutOption enum

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

enum class HtmlPageLayoutOption

Values

NameValueDescription
None0Default value which indicates that the HtmlPageLayoutOption will not affect the sizes and layouts of pages.
FitToWidestContentWidthn/aIndicates 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