Layer Constructor (String) |
Initializes new instance of
Layer class.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic Layer(
string name
)
Public Sub New (
name As String
)
public:
Layer(
String^ name
)
new :
name : string -> Layer
Parameters
- name
- Type: SystemString
The name of the layer.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when name is null or empty. |
See Also