In This Topic
The following tables list the members exposed by ViewState.
Public Constructors
Public Fields
Public Properties
Public Methods
| Name | Description |
| ApplyConfiguration | Applies the specified configuration to this view state. |
| GetLayerUIState | Overloaded. Gets the visibility state of an optional content group (layer) in the context of an end-user UI The return value is interpreted as follows:
- true: the user explicitly made layer visible.
- false: the user explicitly made layer hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of layer.
|
| IsLayerActive | Overloaded. Checks whether a layer is active in the view mode specified by the Mode property. The target layer can be specified as an OptionalContentGroup, an OptionalContentMembership or a string representing the name of the layer. |
| IsLayerExportable | 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. |
| IsLayerPrintable | 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. |
| IsLayerVisible | Checks whether a layer is visible when the document is viewed. The target layer can be specified as an OptionalContentGroup, an OptionalContentMembership or a string representing the name of the layer. |
| Reset | Resets this ViewState to its initial state. |
| SetLayersUIState | Sets the visibility of one or more in the context of an end-user UI. The array can contain layer names (strings) or OptionalContentGroup references. The is interpreted as follows:
- true: the user explicitly made the layers visible.
- false: the user explicitly made the layers hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of the layers.
|
| SetLayersUIStateExcept | Sets the visibility of all layers except those listed in the array, in the context of an end-user UI. The array can contain layer names (strings) or OptionalContentGroup references. The is interpreted as follows:
- true: the user explicitly made all layers (except the specified ones) visible.
- false: the user explicitly made all layers (except the specified ones) hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of the layers.
|
| SetLayerUIState | Overloaded. Sets the visibility of an optional content group (layer) in the context of an end-user UI. The state is interpreted as follows:
- true: the user explicitly made layer visible.
- false: the user explicitly made layer hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of layer.
|
Top
See Also