TiffRenderingSettings Constructor (TiffCompressionMethod, Single, Single)

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Defines possible compression methods that can be used for tiff saving.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public TiffRenderingSettings(
	TiffCompressionMethod compression,
	float dpiX,
	float dpiY
)

Parameters

compression
Type: Apitron.PDF.Rasterizer.ConfigurationTiffCompressionMethod
Sets a value which specifies the compression to be used when saving.
dpiX
Type: SystemSingle
Adjust the horizontal resolution of rendered images.
dpiY
Type: SystemSingle
Adjust the vertical resolution of rendered images.
See Also

Reference