Layer
Contents
[
Hide
]
Layer()
Initializes new instance of Layer
class.
public Layer()
See Also
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Layer(string)
Initializes new instance of Layer
class.
public Layer(string name)
Parameter | Type | Description |
---|---|---|
name | String | The name of the layer. |
Exceptions
exception | condition |
---|---|
ArgumentException | Thrown when name is null or empty. |
See Also
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer
Layer(string, bool)
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. |
Exceptions
exception | condition |
---|---|
ArgumentException | Thrown when name is null or empty. |
See Also
- class Layer
- namespace GroupDocs.Viewer.Results
- assembly GroupDocs.Viewer