PdfToImageOptions.AddSaveDataSource

PdfToImageOptions.AddSaveDataSource method

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

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

See Also