HorizontalResolution

WordProcessingOptions.HorizontalResolution property

Gets or sets the horizontal resolution for generated images in dots per inch. This option is used when rendering WordProcessing documents to PNG or JPEG formats only.

public int HorizontalResolution { get; set; }

Remarks

Default value is 96 DPI. Min possible value - 72 DPI, max possible value - 600 DPI. If user-specified value is out of these limits, the min or max possible value will be applied.

See Also