Create a new ConvertToTiffOptions with given compression.
Namespace: TallComponents.PDF.RasterizerAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2
Syntax
| C# |
|---|
public ConvertToTiffOptions( double resolution, TiffCompression compression, bool invertImage ) |
| Visual Basic |
|---|
Public Sub New ( _ resolution As Double, _ compression As TiffCompression, _ invertImage As Boolean _ ) |
Parameters
- resolution
- Type: System..::..Double
[Missing <param name="resolution"/> documentation for "M:TallComponents.PDF.Rasterizer.ConvertToTiffOptions.#ctor(System.Double,TallComponents.PDF.Rasterizer.TiffCompression,System.Boolean)"]
- compression
- Type: TallComponents.PDF.Rasterizer..::..TiffCompression
Compression algorithm to use.
- invertImage
- Type: System..::..Boolean
Invert the image if requested.