PdfBorders
Default Property
|
Gets the default.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static PdfBorders Default { get; }
Public Shared ReadOnly Property Default As PdfBorders
Get
public:
static property PdfBorders^ Default {
PdfBorders^ get ();
}
static member Default : PdfBorders with get
Property Value
Type:
PdfBorders
The default.
See Also