| PdfPageDoPageAAction Method |
This method is required for performing the page object's additional-action when opened or closed.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public void DoPageAAction(
PageActionTypes aaType
)
Public Sub DoPageAAction (
aaType As PageActionTypes
)
public:
void DoPageAAction(
PageActionTypes aaType
)
member DoPageAAction :
aaType : PageActionTypes -> unit
public void DoPageAAction(
PageActionTypes aaType
)
function DoPageAAction(aaType);
Parameters
- aaType PageActionTypes
- The type of the page object's additional-actions. See PageActionTypes for details.
See Also