PageBorderOffsetFrom Enumeration
|
Specifies the position of page border.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum PageBorderOffsetFrom
Public Enumeration PageBorderOffsetFrom
public enum class PageBorderOffsetFrom
type PageBorderOffsetFrom
Members
|
Member name
|
Value
|
Description
|
|
Text
|
0
|
Page border is measured from text.
|
|
PageEdge
|
1
|
Page border is measured from the edge of the page.
|
See Also