'Declaration Public Function TryGetViewerState( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByRef stateThe viewer state for the specified image.As ImageViewerState _
) As Boolean
public bool TryGetViewerState(
Vintasoft.Imaging.VintasoftImage image,
out ImageViewerState state
)
public: bool TryGetViewerState(
Vintasoft.Imaging.VintasoftImage* image,
[PARAMFLAG::Out] ImageViewerState* state
)
public:
bool TryGetViewerState(
Vintasoft.Imaging.VintasoftImage^ image,
[Out] ImageViewerState^ state
)
Parameters
- image
- The image.
- state
- The viewer state for the specified image.
Return Value
True if specified image displays in viewer; otherwise, false.