VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingRequirements Class / AddDefaultRequirement(String,Single) Method
Syntax Requirements SeeAlso
In This Topic
    AddDefaultRequirement(String,Single) Method (ImageRenderingRequirements)
    In This Topic
    Adds the default image rendering requirement for specified codec.
    Syntax
    'Declaration
    
    Public Shared Sub AddDefaultRequirement( _
    ByVal codecName
    Name of the codec.
    As System.String, _
    ByVal imageSize
    Size of the image.
    As Single _
    )
    public static void AddDefaultRequirement(
    System.String codecName,
    float imageSize
    )
    public: static void AddDefaultRequirement(
    System.String codecName,
    float imageSize
    )
    public:
    static void AddDefaultRequirement(
    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