PdfViewerImageSelectionDisabled Property Terminal Works - PDF Printing.Net Library
Disable selection of images. Recommeded to set to true if scrolling of the document is too slow. Even if false, if document permission doesn't allow selection then selection will be disabled. If SelectionDisabled property is true then this property is ignored.

Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public bool ImageSelectionDisabled { get; set; }

Property Value

Type: Boolean
See Also

Reference