menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPictureRecord - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPictureRecord

    Common interface for all records that contains picture.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface IPictureRecord

    Properties

    Picture

    Picture that is contained by the record.

    Declaration
    Image Picture { get; set; }
    Property Value
    Type
    Image

    PictureStream

    Picture Stream

    Declaration
    Stream PictureStream { get; set; }
    Property Value
    Type
    System.IO.Stream

    RgbUid

    Picture id.

    Declaration
    byte[] RgbUid { get; }
    Property Value
    Type
    System.Byte[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved