CadLayoutScope
Leave feedback
On this page
Represents which drawing spaces a CAD conversion selects: the model space, the paper space layouts, or both.
public class CadLayoutScope : Enumeration
| Name | Description |
|---|---|
| CompareTo(object) | Compares current object to other. |
| virtual Equals(Enumeration) | Determines whether two object instances are equal. |
| override Equals(object) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
| override ToString() | Returns a string that represents the current object. |
| Name | Description |
|---|---|
| static readonly Both | Selects the model space and every paper space layout. This is the default value and it does not restrict the conversion: the drawing is rendered exactly as it is when no scope is expressed. |
| static readonly Layouts | Selects the paper space layouts only. The model space is excluded. |
| static readonly Model | Selects the model space only. |
- class Enumeration
- namespace GroupDocs.Conversion.Options.Load
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.