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

    Parameters

    codecName
    Codec name. Available codec names can be get from the AvailableDecoders.DecoderNames property.

    Return Value

    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