VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / PdfJsApp Constructors / PdfJsApp Constructor(Single,String,String,String)
Syntax Requirements SeeAlso
In This Topic
    PdfJsApp Constructor(Single,String,String,String)
    In This Topic
    Initializes a new instance of the PdfJsApp class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal viewerVersion
    The viewer version.
    As Single, _
    ByVal viewerType
    The viewer type.
    As System.String, _
    ByVal viewerVariation
    The viewer variation.
    As System.String, _
    ByVal platform
    The platform.
    As System.String _
    )
    public PdfJsApp(
    float viewerVersion,
    System.String viewerType,
    System.String viewerVariation,
    System.String platform
    )
    public: PdfJsApp(
    float viewerVersion,
    System.String viewerType,
    System.String viewerVariation,
    System.String platform
    )
    public:
    PdfJsApp(
    float viewerVersion,
    System.String viewerType,
    System.String viewerVariation,
    System.String platform
    )

    Parameters

    viewerVersion
    The viewer version.
    viewerType
    The viewer type.
    viewerVariation
    The viewer variation.
    platform
    The platform.
    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