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

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

    See Also