| PdfTextObjectWordSpacing Property |
Gets or sets the word spacing, which is a number expressed in unscaled text space units.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float WordSpacing { get; set; }
Public Property WordSpacing As Single
Get
Set
public:
property float WordSpacing {
float get ();
void set (float value);
}
member WordSpacing : float32 with get, set
/** @property */
public float get_WordSpacing()
/** @property */
public void set_WordSpacing(float value)
function get_WordSpacing();
function set_WordSpacing(value);
Property Value
SingleSee Also