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