VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingRequirements Class / SetRequirement(String,ImageRenderingRequirement) Method
Syntax Requirements SeeAlso
In This Topic
    SetRequirement(String,ImageRenderingRequirement) Method (ImageRenderingRequirements)
    In This Topic
    Sets the rendering requirement for specified codec.
    Syntax
    'Declaration
    
    Public Sub SetRequirement( _
    ByVal codecName
    Codec name. Available codec names can be get from the DecoderNames property.
    As System.String, _
    ByVal renderingRequirement
    Image rendering requirement.
    As ImageRenderingRequirement _
    )
    public void SetRequirement(
    System.String codecName,
    ImageRenderingRequirement renderingRequirement
    )
    public: void SetRequirement(
    System.String codecName,
    ImageRenderingRequirement* renderingRequirement
    )
    public:
    void SetRequirement(
    System.String codecName,
    ImageRenderingRequirement^ renderingRequirement
    )

    Parameters

    codecName
    Codec name. Available codec names can be get from the DecoderNames property.
    renderingRequirement
    Image rendering requirement.
    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