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.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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