PdfToImageOptions.AddOutput

PdfToImageOptions.AddOutput method

Sets new save data source. Can only be a . If you want save images into memory streams, pass null as parameter.

public void AddOutput(IDataSource saveDataSource)
ParameterTypeDescription
saveDataSourceIDataSourceSave data source.

See Also