 | PdfFontCollectionItem(Int32) Property |
Gets the
PdfFont at the specified index
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfFont this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PdfFont
Get
public:
virtual property PdfFont^ default[int index] {
PdfFont^ get (int index) sealed;
}abstract Item : PdfFont with get
override Item : PdfFont with get
/** @property */
public final PdfFont get_Item(
int index
)
function get_Item(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
PdfFontThe
PdfFont at the specified index.
Implements
IReadOnlyListTItemInt32
See Also