Import form data from XFDF file.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This method may be removed in the future, please use ImportData(string fileName, DataFormat dataFormat) instead.")] public void ImportDataXFDF( string fileName )
<ObsoleteAttribute("This method may be removed in the future, please use ImportData(string fileName, DataFormat dataFormat) instead.")> Public Sub ImportDataXFDF ( fileName As String )
public: [ObsoleteAttribute(L"This method may be removed in the future, please use ImportData(string fileName, DataFormat dataFormat) instead.")] void ImportDataXFDF( String^ fileName )
[<ObsoleteAttribute("This method may be removed in the future, please use ImportData(string fileName, DataFormat dataFormat) instead.")>] member ImportDataXFDF : fileName : string -> unit
Parameters
- fileName
- String