[]
Checks whether a layer is visible when the document is exported. The target layer can be specified as an OptionalContentGroup, an OptionalContentMembership or a string representing the name of the layer.
public bool IsLayerExportable(object layer)
Public Function IsLayerExportable(layer As Object) As Boolean
Type | Name | Description |
---|---|---|
object | layer | The layer to check. |