Create a new ConvertToTiffOptions with given compression.
Namespace:
TallComponents.PDF.RasterizerAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.43.0
Syntax
| C# |
|---|
public ConvertToTiffOptions( double resolution, TiffCompression compression ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ resolution As Double, _ compression As TiffCompression _ ) |
Parameters
- resolution
- Type: System..::.Double
The resolution the image will be saved in (in DPI).
- compression
- Type: TallComponents.PDF.Rasterizer..::.TiffCompression
Compression algorithm to use.