VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / viewerType Property
Syntax Requirements SeeAlso
In This Topic
    viewerType Property (PdfJsApp)
    In This Topic
    Gets a string that indicates which viewer application is running.
    Syntax
    'Declaration
    
    Public ReadOnly Property viewerType As System.String
    
    
    public System.String viewerType { get; }
    
    
    public: __property System.String get_viewerType();
    
    
    
    public:
    property System.String viewerType { System.String get(); }
    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