Click or drag to resize
ConverterAlwaysSaveAsPNG Property
Public API of XMLmind XSL-FO Converter for .NET
Specifies whether JPEG images are always transcoded to PNG.

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

Property Value

Type: Boolean
Remarks
The default value is false. If true, do not attempt to save JPEG images as JPEG files in the output file. Instead always transcode JPEG images to PNG.
See Also