PDFsharp-net6

PdfAcroFieldRenderer

Namespace: PdfSharp.Pdf.AcroForms.Rendering

Contains the renderers for PdfAcroFields
Individual renderers may be overriden by their respective implementations

public class PdfAcroFieldRenderer

Inheritance ObjectPdfAcroFieldRenderer

Properties

CheckBoxFieldRenderer

Gets or set the renderer for PdfCheckBoxFields
Trying to set this to null will throw an Exception

public PdfCheckBoxFieldRenderer CheckBoxFieldRenderer { get; set; }

Property Value

PdfCheckBoxFieldRenderer

ComboBoxFieldRenderer

Gets or set the renderer for PdfComboBoxFields
Trying to set this to null will throw an Exception

public PdfComboBoxFieldRenderer ComboBoxFieldRenderer { get; set; }

Property Value

PdfComboBoxFieldRenderer

ListBoxFieldRenderer

Gets or set the renderer for PdfListBoxFields
Trying to set this to null will throw an Exception

public PdfListBoxFieldRenderer ListBoxFieldRenderer { get; set; }

Property Value

PdfListBoxFieldRenderer

PushButtonFieldRenderer

Gets or set the renderer for PdfPushButtonFields
Trying to set this to null will throw an Exception

public PdfPushButtonFieldRenderer PushButtonFieldRenderer { get; set; }

Property Value

PdfPushButtonFieldRenderer

RadioButtonFieldRenderer

Gets or set the renderer for PdfRadioButtonFields
Trying to set this to null will throw an Exception

public PdfRadioButtonFieldRenderer RadioButtonFieldRenderer { get; set; }

Property Value

PdfRadioButtonFieldRenderer

SignatureFieldRenderer

Gets or set the renderer for PdfSignatureFields
Trying to set this to null will throw an Exception

public PdfSignatureFieldRenderer SignatureFieldRenderer { get; set; }

Property Value

PdfSignatureFieldRenderer

TextFieldRenderer

Gets or set the renderer for PdfTextFields
Trying to set this to null will throw an Exception

public PdfTextFieldRenderer TextFieldRenderer { get; set; }

Property Value

PdfTextFieldRenderer

Constructors

PdfAcroFieldRenderer()

public PdfAcroFieldRenderer()