Click or drag to resize

XFAForm Item Property

Note: This API is now obsolete.

Gets of sets data node value.deprecated to use,instead use xfaField to set field value.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("please use xfaField to set value")]
public string this[
	string XmlPath
] { get; set; }

Parameters

XmlPath
Type: System String

Property Value

Type: String
See Also