Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property State As CodecsPageEventState |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPageEventArgs Dim value As CodecsPageEventState value = instance.State |
C# | |
---|---|
public CodecsPageEventState State {get;} |
C++/CLI | |
---|---|
public: property CodecsPageEventState State { CodecsPageEventState get(); } |
Property Value
The state of the load or save process.For an example, refer to RasterCodecs.LoadPage.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)