PDFsharp-net6

PdfComboBoxFieldRenderer

Namespace: PdfSharp.Pdf.AcroForms.Rendering

Renders a PdfComboBoxField

public class PdfComboBoxFieldRenderer

Inheritance ObjectPdfComboBoxFieldRenderer

Remarks:

Inheritors should override the method PdfComboBoxFieldRenderer.Render(PdfComboBoxField, PdfWidgetAnnotation, XGraphics, XRect)

Constructors

PdfComboBoxFieldRenderer()

public PdfComboBoxFieldRenderer()

Methods

Render(PdfComboBoxField, PdfWidgetAnnotation, XGraphics, XRect)

Renders the PdfComboBoxField

public void Render(PdfComboBoxField field, PdfWidgetAnnotation widget, XGraphics gfx, XRect rect)

Parameters

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