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
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void DoPageAAction(
	PageActionTypes aaType
)

Parameters

aaType  PageActionTypes
The type of the page object's additional-actions. See PageActionTypes for details.
See Also