Click or drag to resize
ConverterUseVML Property
Public API of XMLmind XSL-FO Converter for .NET
Specifies whether images contained in Office Open XML (.docx) files should be represented using deprecated VML markup rather than using DrawingML markup.

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

Property Value

Type: Boolean
Remarks
The default value is false. That is, by default, images contained in Office Open XML (.docx) files are represented using DrawingML markup.
See Also