'Declaration Public Function New( _
ByVal destinationThe destination to jump to.As PdfDestinationBase, _
ByVal indirectReferenceA value indicating whether an indirect reference object must be created.As Boolean _
)
public PdfGotoAction(
PdfDestinationBase destination,
bool indirectReference
)
public: PdfGotoAction(
PdfDestinationBase* destination,
bool indirectReference
)
public:
PdfGotoAction(
PdfDestinationBase^ destination,
bool indirectReference
)
Parameters
- destination
- The destination to jump to.
- indirectReference
- A value indicating whether an indirect reference object must be created.