VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type / get_TiffEncoderSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TiffEncoderSettings Method
    In This Topic
    Gets settings of TIFF encoder.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager);
    
    var value; // Type: object
    value = instance.get_TiffEncoderSettings();
    
    
    function get_TiffEncoderSettings() : object;
    

    Return Value

    Settings of TIFF encoder.
    Browser Compatibility
    9
    See Also