PrintOptions.Resolution Property

Aspose.Note for .NET API

PrintOptionsResolution Property

Gets or sets the resolution for the generated images, in dots per inch.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public float Resolution { get; set; }
Public Property Resolution As Single
	Get
	Set
public:
property float Resolution {
	float get ();
	void set (float value);
}
member Resolution : float32 with get, set

Property Value

Type: Single
Remarks
The default value is 96.
See Also