PageSetup
IsFrontPageBorder Property
|
Gets or sets a value indicating whether this instance is front page border.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsFrontPageBorder { get; set; }
Public Property IsFrontPageBorder As Boolean
Get
Set
public:
property bool IsFrontPageBorder {
bool get ();
void set (bool value);
}
member IsFrontPageBorder : bool with get, set
Property Value
Type:
Boolean
See Also