VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingRequirements Class / GetRequirement(String) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetRequirement(String) Метод (ImageRenderingRequirements)
    В этом разделе
    Возвращает требования рендеринга для указанного кодека.
    Синтаксис
    'Declaration
    
    Public Function GetRequirement( _
    ByVal codecName
    Имя кодека. Доступные имена кодеков можно получить из свойства AvailableDecoders.DecoderNames.
    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
    Имя кодека. Доступные имена кодеков можно получить из свойства AvailableDecoders.DecoderNames.

    Return Value

    Требования к рендерингу изображения.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также