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

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As FontHandler
    public FontHandler Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    See Also