Specifies on which pages border is applied.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PageBordersApplyType
Public Enumeration PageBordersApplyType
public enum class PageBordersApplyType
type PageBordersApplyType
Members
| Member | 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.
|