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.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public bool UseVML { get; set; }
Public Property UseVML As Boolean
Get
Set
public:
property bool UseVML {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
The default value is false. That is, by default,
images contained in Office Open XML (.docx) files
are represented using DrawingML markup.
See Also