Language

PdfFillerInput.FieldsString Property

Definition

Fill PDF form fields. Format should be like “page;fieldName;value”. Refer to PDF.co documentations for more advanced formats and examples.

[System.Text.Json.Serialization.JsonPropertyName("fieldsString")]
public string FieldsString { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("fieldsString")>]
member this.FieldsString : string with get, set
Public Property FieldsString As String

Property Value

Attributes

Applies to