VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / type Property
Syntax Remarks Requirements SeeAlso
In This Topic
    type Property (PdfJsEvent)
    In This Topic
    Gets the type of the event.
    Syntax
    'Declaration
    
    Public ReadOnly Property type As System.String
    
    
    public System.String type { get; }
    
    
    public: __property System.String get_type();
    
    
    
    public:
    property System.String type { System.String get(); }

    Property Value

    Valid types are:
    • Batch
    • External
    • Console
    • Bookmark
    • App
    • Link
    • Doc
    • Field
    • Page
    • Menu
    Remarks

    The type and name together uniquely identify the event.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also