'Declaration
Public Function New( _ ByVal font As PdfFont, _ ByVal pen As PdfPen, _ ByVal brush As PdfBrush _ )
'Usage
Dim font As PdfFont Dim pen As PdfPen Dim brush As PdfBrush Dim instance As New PdfStringAppearanceOptions(font, pen, brush)
Parameters
- font
- Font for drawing text.
- pen
- Pen for drawing text.
- brush
- Brush for drawing text.