PageBordersAlwaysDisplayInFront Property |
Gets or sets a value indicating whether the page border is positioned above or below intersecting texts and objects in this document.
Default value: .
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool AlwaysDisplayInFront { get; set; }
Public Property AlwaysDisplayInFront As Boolean
Get
Set
Property Value
Type:
Boolean to render the page border above any text or object which intersects it - effectively placing it at the highest z-order on the page.; otherwise,
to render the page border beneath any text or object which intersects it - effectively placing it at the lowest z-order on the page.
See Also