FontCollectionItem Property |
Gets the font from the specified index.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic PdfFont this[
int fontIndex
] { get; }Public ReadOnly Default Property Item (
fontIndex As Integer
) As PdfFont
Get
Parameters
- fontIndex Int32
-
Property Value
PdfFont
See Also