Click or drag to resize

PdfDocumentDoDocumentAAction Method

This method is required for performing the document's additional-action.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void DoDocumentAAction(
	DocumentActionTypes aaType
)

Parameters

aaType  DocumentActionTypes
The type of the additional-actions. See DocumentActionTypes for detail
See Also