EnableShapes Property (RtfExport)
In This Topic
Setting this value to true will export the Shapes and Lines to RTF Format. You will require Microsoft Word to view it correctly.
Syntax
'Declaration
Public Property EnableShapes As Boolean
public bool EnableShapes {get; set;}
See Also