Skip to main content

PrintControl.SetThumbnailsVisibility(Boolean) Method

Specifies the visibility of the Thumbnails panel in Print Preview.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void SetThumbnailsVisibility(
    bool value
)

Parameters

Name Type Description
value Boolean

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

See Also