|
|
|
|
UseMode (Property) In french: ModeManipulation
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages. The PDF Reader is in selection mode by default.
// Switches the control to move mode PDF_MyPDF.UseMode = useModeMovement
Syntax
Finding out how the PDF Reader control reacts to mouse input Hide the details
<Result> = <PDF Reader control>.UseMode
<Result>: Integer constant Current mode for using the PDF document: | | useModeMovement | The control is in move mode: - the left mouse button allows you to move within the document.
- the mouse cursor turns into hand.
- if the ribbon is displayed, the "Move" option is selected ("Display" pane, "Mode" group).
Until version 27, this constant was named modeUseMovement. | New in version 28useModeOCR | The control is in selection mode: - the left mouse button allows you to select the document elements.
- the cursor changes to a lasso.
- if the ribbon is displayed, the "OCR" option is selected ("Display" tab, "Mode" group).
| useModeSelection | The control is in selection mode: - the left mouse button allows you to select the document elements.
- the mouse cursor turns into an input cursor.
- if the ribbon is displayed, the "Selection" option is selected ("Display" pane, "Mode" group).
Until version 27, this constant was named modeUseSelection. |
<PDF Reader control>: Control name Name of PDF Reader control to use.
Changing how the PDF Reader control reacts to mouse input Hide the details
<PDF Reader control>.UseMode = <New mode>
<PDF Reader control>: Control name Name of PDF Reader control to use. <New mode>: Integer constant New mode for using the PDF document: | | useModeMovement | The control is in move mode: - the left mouse button allows you to move within the document.
- the mouse cursor turns into hand.
- if the ribbon is displayed, the "Move" option is selected ("Display" pane, "Mode" group).
Until version 27, this constant was named modeUseMovement. | New in version 28useModeOCR | The control is in selection mode: - the left mouse button allows you to select the document elements.
- the cursor changes to a lasso.
- if the ribbon is displayed, the "OCR" option is selected ("Display" tab, "Mode" group).
| useModeSelection | The control is in selection mode: - the left mouse button allows you to select the document elements.
- the mouse cursor turns into an input cursor.
- if the ribbon is displayed, the "Selection" option is selected ("Display" pane, "Mode" group).
Until version 27, this constant was named modeUseSelection. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|