FormImporterJsonOptions.AddOutput

FormImporterJsonOptions.AddOutput method

Adds a new output target.

public void AddOutput(IDataSource saveDataSource)
ParameterTypeDescription
saveDataSourceIDataSourceFile or stream where the new PDF will be written.

See Also