'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, _
ByVal indirectReferenceA value indicating whether an indirect reference object must be created.As Boolean _
)
public PdfEmbeddedGotoAction(
PdfDestinationBase destination,
PdfEmbeddedGotoActionTarget target,
bool indirectReference
)
public: PdfEmbeddedGotoAction(
PdfDestinationBase* destination,
PdfEmbeddedGotoActionTarget* target,
bool indirectReference
)
public:
PdfEmbeddedGotoAction(
PdfDestinationBase^ destination,
PdfEmbeddedGotoActionTarget^ target,
bool indirectReference
)
Parameters
- destination
- The destination to jump to.
- target
- The target information that specifying path information to the target document.
- indirectReference
- A value indicating whether an indirect reference object must be created.