PdfButtonIconLayout
Spaces Property
|
Gets or sets an array of two numbers between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the icon.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float[] Spaces { get; set; }
Public Property Spaces As Single()
Get
Set
public:
property array<float>^ Spaces {
array<float>^ get ();
void set (array<float>^ value);
}
member Spaces : float32[] with get, set
Property Value
Type:
Single
See Also