ConverterImageRendererResolution Property |
Public API of XMLmind XSL-FO Converter for .NET
Default image resolution in DPI, according to the image renderer.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public int ImageRendererResolution { get; set; }
Public Property ImageRendererResolution As Integer
Get
Set
public:
property int ImageRendererResolution {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
Used to compute the intrinsic size of an image,
according to the image renderer
(that is, MS-Word or OpenOffice), when an image file does not
contain resolution or absolute size information.
Positive integer. The default value is 96.
It is strongly recommended to use this default value.
See Also