PdfBlendBase
Count Property
|
Gets the number of elements that specify the blend.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected int Count { get; }
Protected ReadOnly Property Count As Integer
Get
protected:
property int Count {
int get ();
}
member Count : int with get
Property Value
Type:
Int32
See Also