Click or drag to resize

PdfFieldValue Property

Gets or Sets field's value

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public string Value { get; set; }

Property Value

String
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
Remarks
Make sure the field does not have input focus before setting the value. If the field has input focus, setting the value has no effect. In order to remove the input focus, call the ForceToKillFocus method.
See Also