PdfDocumentSetOpenAction Method
Set an action a PDF viewer will execute when the document is opened. An action can be the submit or reset of the PDF form,
the execution of a JavaScript code or the jump to a destination in the PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void SetOpenAction(
PdfActionBase action
)
Public Sub SetOpenAction (
action As PdfActionBase
)
public:
void SetOpenAction(
PdfActionBase^ action
)
member SetOpenAction :
action : PdfActionBase -> unit
Parameters
- action PdfActionBase
- The action to be execute when the document is opened in a PDF viewer