PdfView.PerformAction(PdfAction) 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.
Performs the action.
[Foundation.Export("performAction:")]
public virtual void PerformAction (PdfKit.PdfAction action);
abstract member PerformAction : PdfKit.PdfAction -> unit
override this.PerformAction : PdfKit.PdfAction -> unit
- action
- PdfAction
The action to perform
- Attributes