Sets margin of each side.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float All { set; }
Public WriteOnly Property All As Single
Set
public:
property float All {
void set (float value);
}
member All : float32 with set
Property Value
Type:
Single
Margin of each side.
See Also