FontCollectionItem Property |
Gets the font from the specified index.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public PdfFont this[
int fontIndex
] { get; }
Public ReadOnly Default Property Item (
fontIndex As Integer
) As PdfFont
Get
Parameters
- fontIndex
- Type: SystemInt32
Property Value
Type:
PdfFontSee Also