MultiPageOptionsOutputLayersNames Property |
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string[] OutputLayersNames { get; set; }
Public Property OutputLayersNames As String()
Get
Set
public:
property array<String^>^ OutputLayersNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
member OutputLayersNames : string[] with get, set
Property Value
Type:
String
The output layers names.
See Also