PdfFontResourceCollectionItem Property |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfFontResource this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfFontResource
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the PdfFontResource to get or set.
Return Value
Type:
PdfFontResourceThe
PdfFontResource at the specified index.
Remarks This is 0 indexed, so the first page is at index 0.
See Also