'Declaration Protected Overridable Sub DrawAppearance( _ ByVal appearanceStateType As PdfAnnotationAppearanceStateType, _ ByVal g As PdfGraphics, _ ByVal rect As RectangleF, _ ByVal variableTextDefaultAppearance As String, _ ByVal variableText As String _ )
protected virtual void DrawAppearance( PdfAnnotationAppearanceStateType appearanceStateType, PdfGraphics g, RectangleF rect, string variableTextDefaultAppearance, string variableText )
protected: virtual void DrawAppearance( PdfAnnotationAppearanceStateType appearanceStateType, PdfGraphics* g, RectangleF rect, string* variableTextDefaultAppearance, string* variableText )
protected: virtual void DrawAppearance( PdfAnnotationAppearanceStateType appearanceStateType, PdfGraphics^ g, RectangleF rect, String^ variableTextDefaultAppearance, 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.