ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAction Class / ImGearPDFAction Constructor / ImGearPDFAction Constructor(ImGearPDFDocument,ImGearPDFDestination)
PDF document.
Destination view.




In This Topic
    ImGearPDFAction Constructor(ImGearPDFDocument,ImGearPDFDestination)
    In This Topic
    Initializes a new instance of the ImGearPDFAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As ImGearPDFDocument, _
       ByVal destination As ImGearPDFDestination _
    )
    'Usage
     
    Dim document As ImGearPDFDocument
    Dim destination As ImGearPDFDestination
     
    Dim instance As New ImGearPDFAction(document, destination)
    public ImGearPDFAction( 
       ImGearPDFDocument document,
       ImGearPDFDestination destination
    )
    public: ImGearPDFAction( 
       ImGearPDFDocument* document,
       ImGearPDFDestination* destination
    )
    public:
    ImGearPDFAction( 
       ImGearPDFDocument^ document,
       ImGearPDFDestination^ destination
    )

    Parameters

    document
    PDF document.
    destination
    Destination view.

    Return Value

    The new instance of ImGearPDFAction class object.
    Remarks
    This constructor creates a new action that takes the user to the specified destination view. This method can only be used for destinations in the same document as the source document. Cross-document links must be built up from the base level, populating the Action dictionary for the GotoR action as described in Section 8.5.3 in the PDF Reference.
    See Also