ImageGear .NET
InitialState Property




Gets or sets a value indicating whether the layer object's initial state is ON or OFF.
Syntax
'Declaration
 
Public Property InitialState As Boolean
'Usage
 
Dim instance As ImGearPDFLayer
Dim value As Boolean
 
instance.InitialState = value
 
value = instance.InitialState
public bool InitialState {get; set;}
public: __property bool get_InitialState();
public: __property void set_InitialState( 
   bool value
);
public:
property bool InitialState {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFLayer Class
ImGearPDFLayer Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback