PdfTrueTypeFontWidths Property |
Sets the array of character widths.
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PdfArray Widths { set; }
Public WriteOnly Property Widths As PdfArray
Set
public:
property PdfArray^ Widths {
void set (PdfArray^ value);
}
member Widths : PdfArray with set
Property Value
Type:
PdfArray
See Also