'Declaration Public Overloads Sub GetTextDefaultAppearance( _
ByRef fontA font of variable text.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByRef fontSizeA font size of variable text.As Single, _
ByRef autoFontSizeA value indicating whether the font size is calculated automatically.As Boolean, _
ByRef textColorA color of variable text.As System.Drawing.Color _
)
public void GetTextDefaultAppearance(
out Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
out float fontSize,
out bool autoFontSize,
out System.Drawing.Color textColor
)
public: void GetTextDefaultAppearance(
[PARAMFLAG::Out] Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
[PARAMFLAG::Out] float fontSize,
[PARAMFLAG::Out] bool autoFontSize,
[PARAMFLAG::Out] System.Drawing.Color* textColor
)
public:
void GetTextDefaultAppearance(
[Out] Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
[Out] float fontSize,
[Out] bool autoFontSize,
[Out] System.Drawing.Color^ textColor
)
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.