Skip to content

PDFFormFillOptions

Namespace: O2S.Components.PDF4NET.Forms

Options for filling PDF forms.

public class PDFFormFillOptions

Inheritance ObjectPDFFormFillOptions

Constructors

PDFFormFillOptions()

Initializes a new PDFFormFillOptions object.

public PDFFormFillOptions()

Properties

PaddingForMultilineTextBoxFields

Gets of sets a value that indicates whether padding should be added around text content in multiline text fields.

public bool PaddingForMultilineTextBoxFields { get; set; }

Property Value

Boolean
True if padding should be added in order to match the appearance of fields filled from Acrobat, otherwise false. Default is true.