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


bool IsValid (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

void AddNextAction( PdfAction NextAction )
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.

void SetDest ( PdfDest Dest )
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.net

Newsletter Signup

Other Products
AspPDF
AspUpload
AspJpeg
AspEmail
AspEncrypt
AspGrid
AspUser
  This site is owned and maintained by Persits Software, Inc. Copyright © 2003 - 2014. All Rights Reserved.