Click or drag to resize

PdfDecoderTileThreshold Property

Gets or sets the threshold value in pixels. When the width or height of the expected image exceeds the threshold value, the image is rendered in parts (tiles) and merged into a single image. Default: 31000 pixels.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int TileThreshold { get; set; }

Property Value

Type: Int32
See Also