'Declaration Protected Overridable Sub DrawSignatureAppearanceText( _
ByVal graphicsThe PDF graphics.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal rectThe rectangle.As System.Drawing.RectangleF, _
ByVal fontThe text font.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal textThe text do draw.As System.String _
)
protected virtual void DrawSignatureAppearanceText(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics,
System.Drawing.RectangleF rect,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
System.String text
)
protected: virtual void DrawSignatureAppearanceText(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics,
System.Drawing.RectangleF* rect,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
System.String text
)
protected:
virtual void DrawSignatureAppearanceText(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics,
System.Drawing.RectangleF^ rect,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
System.String text
)
Parameters
- graphics
- The PDF graphics.
- rect
- The rectangle.
- font
- The text font.
- text
- The text do draw.