Click or drag to resize

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
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