HTMLSaveOptions.Resolution

HTMLSaveOptions.Resolution property

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

public int Resolution { get; set; }

Remarks

This property has effect only when saving to html. The default value is 96.

See Also