AtPagePriority enumeration

AtPagePriority enumeration

Specifies possible orders of applying page size declarations.

The AtPagePriority type exposes the following members:

Fields

FieldDescription
OPTIONS_PRIORITYSpecifies that PageSetup values declared in RenderingOptions will override values defined in css by @page rules .
CSS_PRIORITYSpecifies that @page rules defined in css will override values defined in PageSetup.

See Also