[]
Sets the print state of a layer.
public void SetLayerPrintState(OptionalContentGroup layer, LayerPrintState value)
| Type | Name | Description |
|---|---|---|
| OptionalContentGroup | layer | The OptionalContentGroup object that specifies the layer. |
| LayerPrintState | value | The print state of the layer. |
Sets the print state of a layer. Throws an exception if the layer with the specified name does not exist.
public void SetLayerPrintState(string name, LayerPrintState value)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the layer. |
| LayerPrintState | value | The print state of the layer. |