'Declaration Protected Overridable Sub DrawAppearance( _
ByVal appearanceStateTypeThe appearance state type.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType, _
ByVal gThe graphics, where the interactive form field appearance must be drawn.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal rectThe rectangle, where the interactive form field appearance must be drawn.As System.Drawing.RectangleF, _
ByVal variableTextDefaultAppearanceThe variable text default appearance.As System.String, _
ByVal variableTextThe variable text.As System.String _
)
protected virtual void DrawAppearance(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType appearanceStateType,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics g,
System.Drawing.RectangleF rect,
System.String variableTextDefaultAppearance,
System.String variableText
)
protected: virtual void DrawAppearance(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType appearanceStateType,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* g,
System.Drawing.RectangleF* rect,
System.String variableTextDefaultAppearance,
System.String variableText
)
protected:
virtual void DrawAppearance(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType appearanceStateType,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ g,
System.Drawing.RectangleF^ rect,
System.String variableTextDefaultAppearance,
System.String variableText
)
Parameters
- appearanceStateType
- The appearance state type.
- g
- The graphics, where the interactive form field appearance must be drawn.
- rect
- The rectangle, where the interactive form field appearance must be drawn.
- variableTextDefaultAppearance
- The variable text default appearance.
- variableText
- The variable text.