Specifies the position of page border.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PageBorderOffsetFrom
Public Enumeration PageBorderOffsetFrom
public enum class PageBorderOffsetFrom
type PageBorderOffsetFrom

Members

MemberValueDescription
Text0
Page border is measured from text.
PageEdge1
Page border is measured from the edge of the page.

See Also