Check whether all the margin values are equal.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsAll { get; }
Public ReadOnly Property IsAll As Boolean
	Get
public:
property bool IsAll {
	bool get ();
}
member IsAll : bool with get

Property Value

Boolean

See Also