ParseEmfPlus Property (RtfExporter)
In This Topic
Gets or sets a value indicating whether EMF+ metafiles should be parsed directly without converting them to EMF-only first. The default is false. Set to true if you have issues resulting from EMF+ to EMF conversion.
Syntax
'Declaration
Public Property ParseEmfPlus As Boolean
public bool ParseEmfPlus {get; set;}
See Also