 | PdfDocumentDoDocumentAAction Method |
This method is required for performing the document's additional-action.
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
Syntaxpublic void DoDocumentAAction(
DocumentActionTypes aaType
)
Public Sub DoDocumentAAction (
aaType As DocumentActionTypes
)
public:
void DoDocumentAAction(
DocumentActionTypes aaType
)
member DoDocumentAAction :
aaType : DocumentActionTypes -> unit
public void DoDocumentAAction(
DocumentActionTypes aaType
)
function DoDocumentAAction(aaType);
Parameters
- aaType
- Type: Patagames.Pdf.EnumsDocumentActionTypes
The type of the additional-actions. See DocumentActionTypes for detail
See Also