CadOptionsLayoutName Property |
The name of the specific layout to render. Layout name is case-sensitive.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic string LayoutName { get; set; }
Public Property LayoutName As String
Get
Set
public:
property String^ LayoutName {
String^ get ();
void set (String^ value);
}
member LayoutName : string with get, set
Property Value
Type:
String
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