DocumentViewer.IsThumbnailVisible 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)
Syntaxpublic bool IsThumbnailVisible(
int index,
bool requireFullVisibility
)
Public Function IsThumbnailVisible (
index As Integer,
requireFullVisibility As Boolean
) As Boolean
Parameters
- index
- Type: System.Int32
The index of the thumbnail. - requireFullVisibility
- Type: System.Boolean
True if the entire thumbnail must be visible.
Return Value
Type:
BooleanTrue if the thumbnail is visible.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Thrown if the index is invalid for the collection. |
See Also