VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingRequirements Class / AddImageViewerDefaultRequirement(String,Single) Method
Syntax Requirements SeeAlso
In This Topic
    AddImageViewerDefaultRequirement(String,Single) Method (ImageRenderingRequirements)
    In This Topic
    Adds the default image rendering requirement for specified codec. Requirement is used when thumbnail is rendering in image viewer.
    Syntax
    'Declaration
    
    Public Shared Sub AddImageViewerDefaultRequirement( _
    ByVal codecName
    Name of the codec.
    As System.String, _
    ByVal imageSize
    Size of the image.
    As Single _
    )
    public static void AddImageViewerDefaultRequirement(
    System.String codecName,
    float imageSize
    )
    public: static void AddImageViewerDefaultRequirement(
    System.String codecName,
    float imageSize
    )
    public:
    static void AddImageViewerDefaultRequirement(
    System.String codecName,
    float imageSize
    )

    Parameters

    codecName
    Name of the codec.
    imageSize
    Size of the image.
    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