GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PictureContent Class

    Namespace:
    GemBox.Spreadsheet.Drawing
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a picture that has an associated content that is either embedded in or linked to the workbook file.

    • C#
    • VB.NET
    public sealed class PictureContent
    Public NotInheritable Class PictureContent
    Inheritance:
    System.Object
    PictureContent

    Properties

    CompressionType

    Gets the type of the compression.

    • C#
    • VB.NET
    public PictureCompressionType CompressionType { get; }
    Public ReadOnly Property CompressionType As PictureCompressionType
    Property Value
    PictureCompressionType

    The type of the compression.

    Content

    Gets the picture content (picture data encoded in a particular format) that is either embedded in or linked to the workbook file.

    • C#
    • VB.NET
    public Content Content { get; }
    Public ReadOnly Property Content As Content
    Property Value
    Content

    The picture content (picture data encoded in a particular format) that is either embedded in or linked to the workbook file.

    ContentType

    Gets the type of the picture content.

    • C#
    • VB.NET
    public PictureContentType ContentType { get; }
    Public ReadOnly Property ContentType As PictureContentType
    Property Value
    PictureContentType

    The type of the picture content.

    Effects

    Gets the picture content effects.

    • C#
    • VB.NET
    public PictureContentEffects Effects { get; }
    Public ReadOnly Property Effects As PictureContentEffects
    Property Value
    PictureContentEffects

    The picture content effects.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.