Click or drag to resize
ConverterPrescaleImages Property
Public API of XMLmind XSL-FO Converter for .NET
The image scaling policy.

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

Property Value

Type: Boolean
Remarks
By default images are prescaled to minimize output document size. If this property is set to false the original size of images is preserved and scaling directives are inserted in the output document.
See Also