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