RenderShape
The RenderShape property specifies whether to render the shapes in the document or not. Shapes include lines, rectangles, etc.
Syntax
[VC++]
BOOL GetRenderShape();
void SetRenderShape(BOOL bNewValue);
[C#]
public abstract new bool RenderShape [ get, set ]
[VB]
Property RenderShape As Boolean
Default Value
True (Except for ExcelEngine)