VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / GetDefaultRgbIccProfile() Method
Syntax Exceptions Requirements SeeAlso
В этом разделе
    GetDefaultRgbIccProfile() Метод (VintasoftPdfWebService)
    В этом разделе
    Возвращает поток с профилем RGB ICC по умолчанию.
    Синтаксис
    'Declaration
    
    Protected Overridable Function GetDefaultRgbIccProfile() As System.IO.Stream
    
    
    protected virtual System.IO.Stream GetDefaultRgbIccProfile()
    
    
    protected: virtual System.IO.Stream* GetDefaultRgbIccProfile()
    
    
    protected:
    virtual System.IO.Stream^ GetDefaultRgbIccProfile()

    Return Value

    Поток с профилем RGB ICC по умолчанию.
    Исключения
    ИсключениеОписание
    Выбрасывается, если файл, указанный свойством DefaultRgbIccProfileFilename, не найден в хранилище данных, указанном свойством GlobalResourcesDataStorage.
    Требования

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

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