PdfFillerInput.FieldsString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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