Aspose::Pdf::ExportFieldsToJsonOptions class

ExportFieldsToJsonOptions class

Represents options for exporting form fields to Json format.

class ExportFieldsToJsonOptions : public Aspose::Pdf::ExportFieldsOptions

Methods

MethodDescription
ExportFieldsToJsonOptions()Initializes a new instance of the ExportFieldsToJsonOptions class.
get_WriteIndented() constGets 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