Export data into a FormData object.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public FormData Export( SubmitFormat format, bool exportEmpty ) |
| Visual Basic |
|---|
Public Function Export ( _ format As SubmitFormat, _ exportEmpty As Boolean _ ) As FormData |
Parameters
- format
- Type: TallComponents.PDF.Actions..::..SubmitFormat
The form data format to export.
- exportEmpty
- Type: System..::..Boolean
Specifies if empty fields must be exported as well.