VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / GetTextDefaultAppearance Methods / GetTextDefaultAppearance(PdfFont,Single,Boolean,Color) Method
Syntax Requirements SeeAlso
In This Topic
GetTextDefaultAppearance(PdfFont,Single,Boolean,Color) Method (PdfFreeTextAnnotation)
In This Topic
Returns the properties of text default appearance.
Syntax
'Declaration

Public Overloads Sub GetTextDefaultAppearance( _
ByRef font
A font of variable text.
As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByRef fontSize
A font size of variable text.
As Single, _
ByRef autoFontSize
A value indicating whether the font size is calculated automatically.
As Boolean, _
ByRef textColor
A color of variable text.
As System.Drawing.Color _
)

Parameters

font
A font of variable text.
fontSize
A font size of variable text.
autoFontSize
A value indicating whether the font size is calculated automatically.
textColor
A color of variable text.
Requirements

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

See Also