PdfView.GoToRectangle(CGRect, PdfPage) 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 rectangle on the specified page.
[Foundation.Export("goToRect:onPage:")]
public virtual void GoToRectangle (CoreGraphics.CGRect rect, PdfKit.PdfPage page);
abstract member GoToRectangle : CoreGraphics.CGRect * PdfKit.PdfPage -> unit
override this.GoToRectangle : CoreGraphics.CGRect * PdfKit.PdfPage -> unit
Parameters
- rect
- CGRect
The rectangle to which to go.
- page
- PdfPage
The page that contains the rectangle.
- Attributes