PdfView.GoToDestination(PdfDestination) Method
Definition
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 destination
.
[Foundation.Export("goToDestination:")]
public virtual void GoToDestination (PdfKit.PdfDestination destination);
abstract member GoToDestination : PdfKit.PdfDestination -> unit
override this.GoToDestination : PdfKit.PdfDestination -> unit
Parameters
- destination
- PdfDestination
The destination to which to go.
- Attributes