ConverterAlwaysSaveAsPNG Property |
Public API of XMLmind XSL-FO Converter for .NET
Specifies whether JPEG images are always transcoded to PNG.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntaxpublic bool AlwaysSaveAsPNG { get; set; }
Public Property AlwaysSaveAsPNG As Boolean
Get
Set
public:
property bool AlwaysSaveAsPNG {
bool get ();
void set (bool value);
}
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