CadOptionsRenderLayouts Property |
Indicates whether layouts from CAD document should be rendered.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic bool RenderLayouts { get; set; }
Public Property RenderLayouts As Boolean
Get
Set
public:
property bool RenderLayouts {
bool get ();
void set (bool value);
}
member RenderLayouts : bool with get, set
Property Value
Type:
Boolean
Remarks
This option applies only to CAD drawings that support layouts
DXF,
DWG,
DWT, and
DWF and also
DWFX;
By default only Model is rendered.
See Also