|
PdfFontCollectionItem Property
|
Gets or sets the font at the specified zero based index in the fonts collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfFont this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PdfFont
Get
Parameters
- index Int32
- The zero based font index in the fonts pages collection.
Return Value
PdfFontThe pdf font at the specified index.
See Also