Create a new ConvertToTiffOptions with given compression.
Namespace: TallComponents.PDF.RasterizerAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.1
Syntax
| C# |
|---|
public ConvertToTiffOptions( double resolution, TiffCompression compression ) |
| Visual Basic |
|---|
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.