CPDFGoToRAction Class |
Namespace: ComPDFKit.PDFDocument.Action
public class CPDFGoToRAction : CPDFAction
The CPDFGoToRAction type exposes the following members.
Name | Description | |
---|---|---|
CPDFGoToRAction |
Constructor function, used for creating GoToR action.
|
Name | Description | |
---|---|---|
ActionType |
Get action type, more:C_ACTION_TYPE (Inherited from CPDFAction.) |
Name | Description | |
---|---|---|
GetDestination |
Gets the destination associated with the action, more:CPDFDestination | |
GetFileSpec |
Gets the file in which the destination shall be located.
| |
IsValid |
Whether the object is valid.
(Inherited from CPDFAction.) | |
Release |
Releases resources of the object.
(Inherited from CPDFAction.) | |
SetDestination |
Sets the target position of GotoR action, more:CPDFDestination | |
SetFileSpec |
Sets the specified file path of GoToR action.
|