ConverterPrescaleImages Property |
Public API of XMLmind XSL-FO Converter for .NET
The image scaling policy.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public bool PrescaleImages { get; set; }
Public Property PrescaleImages As Boolean
Get
Set
public:
property bool PrescaleImages {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
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