Enum AtPagePriority

Enum AtPagePriority

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.2.0)

Specifies possible orders of applying page size declarations.

[ComVisible(true)]
public enum AtPagePriority

Fields

CssPriority = 1

Specifies that @page rules https://www.w3.org/TR/CSS2/page.html#page-selectors defined in css will override values defined in Aspose.Html.Rendering.PageSetup.

OptionsPriority = 0

Specifies that Aspose.Html.Rendering.PageSetup values declared in Aspose.Html.Rendering.RenderingOptions will override values defined in css by @page rules https://www.w3.org/TR/CSS2/page.html#page-selectors.