PdfView.GoToPreviousPage(NSObject) 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 previous page in the PDF.
[Foundation.Export("goToPreviousPage:")]
public virtual void GoToPreviousPage (Foundation.NSObject sender);
abstract member GoToPreviousPage : Foundation.NSObject -> unit
override this.GoToPreviousPage : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
The object that requested the operation.
- Attributes