Click or drag to resize

PdfPageDoPageAAction Method

This method is required for performing the page object's additional-action when opened or closed.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public void DoPageAAction(
	PageActionTypes aaType
)

Parameters

aaType
Type: Patagames.Pdf.EnumsPageActionTypes
The type of the page object's additional-actions. See PageActionTypes for details.
See Also