'Declaration Public Function New( _
ByVal destinationThe destination to jump to.As PdfDestinationBase, _
ByVal targetThe target information that specifying path information to the target document.As PdfEmbeddedGotoActionTarget _
)
public PdfEmbeddedGotoAction(
PdfDestinationBase destination,
PdfEmbeddedGotoActionTarget target
)
public: PdfEmbeddedGotoAction(
PdfDestinationBase* destination,
PdfEmbeddedGotoActionTarget* target
)
public:
PdfEmbeddedGotoAction(
PdfDestinationBase^ destination,
PdfEmbeddedGotoActionTarget^ target
)
Parameters
- destination
- The destination to jump to.
- target
- The target information that specifying path information to the target document.