VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / GetOutputIntentDestIccProfile() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetOutputIntentDestIccProfile() Method (VintasoftPdfWebService)
    In This Topic
    Returns a stream with the ICC profile (CMYK or RGB), which is used as the output intent dest profile.
    Syntax
    'Declaration
    
    Protected Overridable Function GetOutputIntentDestIccProfile() As System.IO.Stream
    
    
    protected virtual System.IO.Stream GetOutputIntentDestIccProfile()
    
    
    protected: virtual System.IO.Stream* GetOutputIntentDestIccProfile()
    
    
    protected:
    virtual System.IO.Stream^ GetOutputIntentDestIccProfile()

    Return Value

    A stream with the ICC profile (CMYK or RGB), which is used as the output intent dest profile.
    Exceptions
    ExceptionDescription
    Thrown if file, which is specified by OutputIntentDestIccProfileFilename 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