Persits Software, Inc. Web Site
 Navigator:  Home |  Object Reference |  PdfAction
PdfAnnot
  PdfAction Object
PdfAction represents an action that is performed in response to a certain event (such as a mouse click). This object is creatable via PdfDocument's CreateAction method. For more information, see Section 10.4 - Actions.

Properties Methods
IsValid
AddNextAction
SetDest

Properties


IsValid As Boolean (Read-only)

Returns validity status of the action object. Returns False if the action is of the type GoTo or GoToR and no destination is specified. In all other cases returns True.

For more information, see Section 10.4 - Actions.


Methods

Sub AddNextAction ( NextAction As PdfAction )
Specifies an action to be performed after this action. NextAction is an object of the type PdfAction. With this method, multiple actions can be chained together into a sequence.

Sub SetDest ( Dest As PdfDest )
Specifies a destination to be associated with this action. Dest is an object of the type PdfDest.

For more information, see Section 10.1 - Destinations, Section 10.4 - Actions.


PdfAnnot
Search AspPDF.com

  This site is owned and maintained by Persits Software, Inc. Copyright © 2003. All Rights Reserved.