Click or drag to resize

PageBordersApplyType Enumeration

Specifies on which pages border is applied.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum PageBordersApplyType
Members
Member name Value Description
AllPages 0 Page border applies to all pages.
FirstPage 1 Page border applies only to first pages.
AllExceptFirstPage 2 Page border applies to all pages except the first.
See Also