PageSetupAdjustToWidestPage Property |
Gets or sets flag that determines case when page size will be adjusted to widest page in document.
This options is time-consuming so time of document processing can be increased in two times. Adjustment will
take place only if widest page in document is wider than page size determined in
PageSetup. Adjusted
page size will be used for all pages in document.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool AdjustToWidestPage { get; set; }
Public Property AdjustToWidestPage As Boolean
Get
Set
public:
property bool AdjustToWidestPage {
bool get ();
void set (bool value);
}
member AdjustToWidestPage : bool with get, set
Property Value
Type:
Boolean
See Also