PdfView.GoToRectangle(CGRect, PdfPage) Method

Definition

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

Applies to