'Declaration Public Function New( _
ByVal documentThe PDF document, where this action must be stored.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal documentSpecificationThe PDF file in which the destination is located.As PdfFileSpecification, _
ByVal destinationThe destination to jump to.As PdfDestinationBase _
)
public PdfRemoteGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument document,
PdfFileSpecification documentSpecification,
PdfDestinationBase destination
)
public: PdfRemoteGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument* document,
PdfFileSpecification* documentSpecification,
PdfDestinationBase* destination
)
public:
PdfRemoteGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
PdfFileSpecification^ documentSpecification,
PdfDestinationBase^ destination
)
Parameters
- document
- The PDF document, where this action must be stored.
- documentSpecification
- The PDF file in which the destination is located.
- destination
- The destination to jump to.