layout_name property
layout_name property
The name of the specific layout to render. Layout name is case-sensitive.
Remarks
This option is available only for the CAD drawings that support layouts: FileType.DXF, FileType.DWG, FileType.DWT, FileType.DWF, and FileType.DWFX;
By default only the Model is rendered.
Definition:
@property
def layout_name(self):
...
@layout_name.setter
def layout_name(self, value):
...
See Also
- module
groupdocs.viewer.options - class
CadOptions