public final class HtmlPageLayoutOption
extends com.aspose.ms.System.Enum
Specifies flags that together other options determine sizes and layouts of pages.
Modifier and Type | Field and Description |
---|---|
static int |
FitToWidestContentWidth
Indicates that the width of the page is determinated from the content size itself, not from the specified page width.
|
static int |
None
Default value which indicates that the HtmlPageLayoutOption will not affect the sizes and layouts of pages.
|
static int |
ScaleToPageWidth
Indicates the content of the document will be scaled to fit the page.
|
public static final int None
Default value which indicates that the HtmlPageLayoutOption will not affect the sizes and layouts of pages.
public static final int FitToWidestContentWidth
Indicates that the width of the page is determinated from the content size itself, not from the specified page width.
public static final int ScaleToPageWidth
Indicates the content of the document will be scaled to fit the page.
Copyright © 2023 Aspose. All Rights Reserved.