Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandlerCollection Class / Item Property / Item(Font) Property

In This Topic
    Item(Font) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As Font _
    ) As FontHandler
    public FontHandler Item( 
       Font key
    ) {get;}

    Parameters

    key
    See Also