PDFsharp-net6

PdfListBoxFieldRenderer

Namespace: PdfSharp.Pdf.AcroForms.Rendering

Renders a PdfListBoxField

public class PdfListBoxFieldRenderer

Inheritance ObjectPdfListBoxFieldRenderer

Remarks:

Inheritors should override the method PdfListBoxFieldRenderer.Render(PdfListBoxField, PdfWidgetAnnotation, XGraphics, XRect)

Constructors

PdfListBoxFieldRenderer()

public PdfListBoxFieldRenderer()

Methods

Render(PdfListBoxField, PdfWidgetAnnotation, XGraphics, XRect)

Renders the PdfListBoxField

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

Parameters

field PdfListBoxField
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