Gets or sets a value indicating whether the layer object's current state is ON or OFF.
Syntax
'Declaration
Public Property CurrentState As Boolean
'Usage
Dim instance As ImGearPDFLayer
Dim value As Boolean
instance.CurrentState = value
value = instance.CurrentState
public bool CurrentState {get; set;}
public: __property bool get_CurrentState();
public: __property void set_CurrentState(
bool value
);
public:
property bool CurrentState {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also