|
PdfFontCollectionItem Property |
Gets or sets the font at the specified zero based index in the fonts collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfFont this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfFont
Get
Parameters
- index
- Type: SystemInt32
The zero based font index in the fonts pages collection.
Return Value
Type:
PdfFontThe pdf font at the specified index.
See Also