PdfTrueTypeFontLastChar Property |
Sets the last character code defined in the font's widths array
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PdfNumeric LastChar { set; }
Public WriteOnly Property LastChar As PdfNumeric
Set
public:
property PdfNumeric^ LastChar {
void set (PdfNumeric^ value);
}
member LastChar : PdfNumeric with set
Property Value
Type:
PdfNumeric
The default value is 255.
See Also