Overview
HtmlPageLayoutOption is a enum in Aspose.PDF FOSS for .NET.
How the generated PDF page layout reacts to wide HTML content.
This enumeration defines 3 values: None, FitToWidestContentWidth, ScaleToPageWidth.
Values
| Value | Description |
|---|
None | |
FitToWidestContentWidth | |
ScaleToPageWidth | |
See Also