'Declaration Public Function GetImageAssociatedWithAction( _
ByVal actionThe action.As Vintasoft.Imaging.Pdf.Tree.PdfGotoAction _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImageAssociatedWithAction(
Vintasoft.Imaging.Pdf.Tree.PdfGotoAction action
)
public: Vintasoft.Imaging.VintasoftImage* GetImageAssociatedWithAction(
Vintasoft.Imaging.Pdf.Tree.PdfGotoAction* action
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImageAssociatedWithAction(
Vintasoft.Imaging.Pdf.Tree.PdfGotoAction^ action
)
Parameters
- action
- The action.
Return Value
The image that is associated with Goto action.