Namespace: PdfSharp.Pdf.AcroForms.Rendering
Renders a PdfComboBoxField
public class PdfComboBoxFieldRenderer
Inheritance Object → PdfComboBoxFieldRenderer
Remarks:
Inheritors should override the method PdfComboBoxFieldRenderer.Render(PdfComboBoxField, PdfWidgetAnnotation, XGraphics, XRect)
public PdfComboBoxFieldRenderer()
Renders the PdfComboBoxField
public void Render(PdfComboBoxField field, PdfWidgetAnnotation widget, XGraphics gfx, XRect rect)
field PdfComboBoxField
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