Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
The index of the thumbnail.
requireFullVisibility
Type: SystemBoolean
True if the entire thumbnail must be visible.

Return Value

Type: Boolean
True if the thumbnail is visible.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the index is invalid for the collection.
See Also