ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAction Class
Members




In This Topic
    ImGearPDFAction Class
    In This Topic
    Represents a task that performs when a user clicks on a link or a bookmark.
    Object Model
    ImGearPDFAction ClassImGearPDFDestination ClassImGearPDFBasDict ClassImGearPDFAtom Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFAction 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFAction
    public sealed class ImGearPDFAction : ImGearPDFObject 
    public __gc __sealed class ImGearPDFAction : public ImGearPDFObject 
    public ref class ImGearPDFAction sealed : public ImGearPDFObject 
    Remarks
    Action types include:
    • Going to another view within the same document
    • Going to a specified view in another PDF file
    • Launching an arbitrary file
    • Resolving a URL

    See Section 8.5 in the PDF Reference for more information on actions.

    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFAction

    See Also