DocumentViewerIsThumbnailVisible Method (Int32, Boolean) |
Returns a value indicating whether the thumbnail at the specified index is currently visible.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsThumbnailVisible(
int index,
bool requireFullVisibility
)
Public Function IsThumbnailVisible (
index As Integer,
requireFullVisibility As Boolean
) As Boolean
Parameters
- index
- Type: SystemInt32
The index of the thumbnail. - requireFullVisibility
- Type: SystemBoolean
True if the entire thumbnail must be visible.
Return Value
Type:
BooleanTrue if the thumbnail is visible.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the index is invalid for the collection. |
See Also