Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandler Class / FontHandler Constructor
The GrapeCity.Documents.Text.Font associated with the current FontHandler.

In This Topic
    FontHandler Constructor
    In This Topic
    Initializes a new instance of the FontHandler class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As Font _
    )
    public FontHandler( 
       Font font
    )

    Parameters

    font
    The GrapeCity.Documents.Text.Font associated with the current FontHandler.
    See Also