Aspose::Pdf::Engine::IO::ConvertStrategies::ConvertHelpers::ExportFieldsToJsonOptions class

ExportFieldsToJsonOptions class

Represents options for exporting form fields to Json format.

class ExportFieldsToJsonOptions : public Aspose::Pdf::Engine::IO::ConvertStrategies::ConvertHelpers::ExportFieldsOptions

Methods

MethodDescription
ExportFieldsOptions()
ExportFieldsToJsonOptions()Initializes a new instance of the ExportFieldsToJsonOptions class.
get_ExportPasswordValue() constGets a value indicating whether the password value should be exported.
get_WriteIndented() constGets a value indicating whether the Json output should be indented.
set_ExportPasswordValue(bool)Sets a value indicating whether the password value should be exported.
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