Class ExportFieldsToJsonOptions
ExportFieldsToJsonOptions class
Represents options for exporting form fields to Json format.
public class ExportFieldsToJsonOptions : ExportFieldsOptions
Constructors
| Name | Description |
|---|---|
| ExportFieldsToJsonOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| ExportPasswordValue { get; set; } | Gets or sets a value indicating whether the password value should be exported. |
| WriteIndented { get; set; } | Gets or 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
- assembly Aspose.PDF