[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextFontAndSize.-ctor

SetTextFontAndSize Constructor

SetTextFontAndSize(Font, PdfName, float)

Initializes a new instance of the SetTextFontAndSize class.

Declaration
public SetTextFontAndSize(Font font, PdfName fontName, float fontSize)
Public Sub New(font As Font, fontName As PdfName, fontSize As Single)
Parameters
Type Name Description
Font font

The value of Font.

PdfName fontName

The value of FontName.

float fontSize

The value of FontSize.