Gets or sets the delimiter.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Delimiter { get; set; }
Public Property Delimiter As String
	Get
	Set
public:
property String^ Delimiter {
	String^ get ();
	void set (String^ value);
}
member Delimiter : string with get, set

Property Value

String

See Also