Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetTextFontAndSize Class / SetTextFontAndSize Constructor
The value of Font.
The value of FontName.
The value of FontSize.

In This Topic
    SetTextFontAndSize Constructor
    In This Topic
    Initializes a new instance of the SetTextFontAndSize class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As Font, _
       ByVal fontName As PdfName, _
       ByVal fontSize As System.Single _
    )
    public SetTextFontAndSize( 
       Font font,
       PdfName fontName,
       System.float fontSize
    )

    Parameters

    font
    The value of Font.
    fontName
    The value of FontName.
    fontSize
    The value of FontSize.
    See Also