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

    Parameters

    codecName
    Name of the codec.
    imageSize
    Size of the image.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also