PdfView.GoToSelection(PdfSelection) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Goes to the specified selection.
[Foundation.Export("goToSelection:")]
public virtual void GoToSelection (PdfKit.PdfSelection selection);
abstract member GoToSelection : PdfKit.PdfSelection -> unit
override this.GoToSelection : PdfKit.PdfSelection -> unit
- selection
- PdfSelection
The selection to which to go.
- Attributes