PageSetup
PageBordersApplyType Property
|
Gets or sets the value that determine on which pages border is applied
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public PageBordersApplyType PageBordersApplyType { get; set; }
Public Property PageBordersApplyType As PageBordersApplyType
Get
Set
public:
property PageBordersApplyType PageBordersApplyType {
PageBordersApplyType get ();
void set (PageBordersApplyType value);
}
member PageBordersApplyType : PageBordersApplyType with get, set
Property Value
Type:
PageBordersApplyType
See Also