Gets or sets the resolution of the TIFF document, in dots per inch.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public float Resolution { get; set; }
Visual Basic
Public Property Resolution As Single
	Get
	Set

Remarks

The default value for this property is 300 DPI.

Setting the resolution to higher values result in documents with higher quality but significantly larger size, especially if the Monochrome property is set to false.

See Also