VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / GetDefaultRgbIccProfile() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetDefaultRgbIccProfile() Method (VintasoftPdfWebService)
    In This Topic
    Returns a stream with the default RGB ICC profile.
    Syntax
    '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

    A stream with the default RGB ICC profile.
    Exceptions
    ExceptionDescription
    Thrown if file, which is specified by DefaultRgbIccProfileFilename property is not found in data storage, which is specified by GlobalResourcesDataStorage property.
    Requirements

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

    See Also