Gets or sets 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 PageBorderOffsetFrom PageBorderOffsetFrom { get; set; }
Public Property PageBorderOffsetFrom As PageBorderOffsetFrom
	Get
	Set
public:
property PageBorderOffsetFrom PageBorderOffsetFrom {
	PageBorderOffsetFrom get ();
	void set (PageBorderOffsetFrom value);
}
member PageBorderOffsetFrom : PageBorderOffsetFrom with get, set

Property Value

PageBorderOffsetFrom

See Also