VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Webp Namespace / WebpPage Class / IccProfileData Property
Syntax Requirements SeeAlso
In This Topic
    IccProfileData Property (WebpPage)
    In This Topic
    Gets the data of ICC profile.
    Syntax
    'Declaration
    
    Public Property IccProfileData As Byte[]
    
    
    public byte[] IccProfileData { get; set; }
    
    
    public: __property byte[] get_IccProfileData();
    public: __property void set_IccProfileData(
    byte[]* value
    );
    public:
    property byte[] IccProfileData { byte[] get(); void set(array<byte>^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also