public class PdfGoToAction : PdfActionBase
Public Class PdfGoToAction
Inherits PdfActionBase
public ref class PdfGoToAction : public PdfActionBase
type PdfGoToAction =
class
inherit PdfActionBase
end
PdfGoToAction | Constructs an empty Go-To action. The Destination property must be set after object creation |
PdfGoToAction(PdfDestination) | Constructs a Go-To action with the given destination |
Destination | The Go To action destination |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |