Click or drag to resize
ConverterImageResolution Property
Public API of XMLmind XSL-FO Converter for .NET
Default image resolution in DPI.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public int ImageResolution { get; set; }

Property Value

Type: Int32
Remarks
Used to compute the intrinsic size of an image when an image file does not contain resolution or absolute size information. Positive integer. The default value is 96.
See Also