VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / SetTextDefaultAppearance(PdfFont,Single,Color) Method
Syntax Requirements SeeAlso
In This Topic
    SetTextDefaultAppearance(PdfFont,Single,Color) Method (PdfInteractiveFormField)
    In This Topic
    Sets the properties of text default appearance.
    Syntax
    'Declaration
    
    Public Sub SetTextDefaultAppearance( _
    ByVal font
    A font of variable text.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByVal fontSize
    A font size of variable text.
    As Single, _
    ByVal textColor
    A color of variable text.
    As System.Drawing.Color _
    )

    Parameters

    font
    A font of variable text.
    fontSize
    A font size of variable text.
    textColor
    A color of variable text.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also