| PdfTextObjectCharSpacing Property |
Gets or sets the character 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 CharSpacing { get; set; }
Public Property CharSpacing As Single
Get
Set
public:
property float CharSpacing {
float get ();
void set (float value);
}
member CharSpacing : float32 with get, set
/** @property */
public float get_CharSpacing()
/** @property */
public void set_CharSpacing(float value)
function get_CharSpacing();
function set_CharSpacing(value);
Property Value
SingleSee Also