VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / GetDefaultCmykIccProfile() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetDefaultCmykIccProfile() Method (VintasoftPdfWebService)
    In This Topic
    Returns a stream with the default CMYK ICC profile.
    Syntax
    'Declaration
    
    Protected Overridable Function GetDefaultCmykIccProfile() As System.IO.Stream
    
    
    protected virtual System.IO.Stream GetDefaultCmykIccProfile()
    
    
    protected: virtual System.IO.Stream* GetDefaultCmykIccProfile()
    
    
    protected:
    virtual System.IO.Stream^ GetDefaultCmykIccProfile()

    Return Value

    A stream with the default CMYK ICC profile.
    Exceptions
    ExceptionDescription
    Thrown if file, which is specified by DefaultCmykIccProfileFilename 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