Skip to main content
A newer version of this page is available. .

PrintControl.SetThumbnailsVisibility(Boolean) Method

Specifies the visibility of the Thumbnails panel in Print Preview.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public void SetThumbnailsVisibility(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to display the Thumbnails panel; otherwise, false.

See Also