AtPagePriority
AtPagePriority enumeration
Specifies possible orders of applying page size declarations.
public enum AtPagePriority
Values
Name | Value | Description |
---|---|---|
OptionsPriority | 0 |
Specifies that PageSetup values declared in RenderingOptions will override values defined in css by @page rules . |
CssPriority | 1 |
Specifies that @page rules defined in css will override values defined in PageSetup . |
See Also
- namespace Aspose.Html.Rendering
- assembly Aspose.HTML