| 
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
Syntax
 
 
public enum PageBordersApplyType
 
Public Enumeration PageBordersApplyType
 
public enum class PageBordersApplyType
 
type PageBordersApplyType
 
 
 
 
 Members
 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
See Also