Gets or sets the value that determine on which pages border is applied

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

PageBordersApplyType

See Also