Layer
Leave feedback
On this page
Initializes new instance of Layer class.
public Layer()
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Initializes new instance of Layer class.
public Layer(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the layer. |
| exception | condition |
|---|---|
| ArgumentException | Thrown when name is null or empty. |
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Initializes new instance of Layer class.
public Layer(string name, bool visible)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the layer. |
| visible | Boolean | The layer visibility indicator. |
| exception | condition |
|---|---|
| ArgumentException | Thrown when name is null or empty. |
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
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.