Export data into a FormData object.
Namespace:
TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.43.0
Syntax
| C# |
|---|
public FormData Export( SubmitFormat format, bool exportEmpty ) |
| Visual Basic (Declaration) |
|---|
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.