public PdfFont this[
int fontIndex
] { get; }
Public ReadOnly Default Property Item (
fontIndex As Integer
) As PdfFont
Get
public:
property PdfFont^ default[int fontIndex] {
PdfFont^ get (int fontIndex);
}
member Item : PdfFont with get