Namespace: PdfSharp.Pdf.AcroForms.Rendering
Renders a PdfTextField
public class PdfTextFieldRenderer
Inheritance Object → PdfTextFieldRenderer
Remarks:
Inheritors should override the method PdfTextFieldRenderer.Render(PdfTextField, PdfWidgetAnnotation, XGraphics, XRect)
public PdfTextFieldRenderer()
Renders the PdfTextField
public void Render(PdfTextField field, PdfWidgetAnnotation widget, XGraphics gfx, XRect rect)
field PdfTextField
The field being rendered
widget PdfWidgetAnnotation
The PdfWidgetAnnotation of the field that is being rendered
gfx XGraphics
The XGraphics used to perform drawing operations
rect XRect
The XRect spcifying the position and dimensions of the field