Aspose::Pdf::ExportFieldsToJsonOptions class
ExportFieldsToJsonOptions class
Represents options for exporting form fields to Json format.
class ExportFieldsToJsonOptions : public Aspose::Pdf::ExportFieldsOptions
Methods
Method | Description |
---|---|
ExportFieldsToJsonOptions() | Initializes a new instance of the ExportFieldsToJsonOptions class. |
get_WriteIndented() const | Gets a value indicating whether the Json output should be indented. |
set_WriteIndented(bool) | Sets a value indicating whether the Json output should be indented. |
Remarks
Inherits from ExportFieldsOptions and adds specific options for Json export.
See Also
- Class ExportFieldsOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++