PictureContent Class
Represents a picture that has an associated content that is either embedded in or linked to the workbook file.
- Inheritance:
- System.ObjectPictureContent
Properties
CompressionType
Gets the type of the compression.
public PictureCompressionType CompressionType { get; }
Public ReadOnly Property CompressionType As PictureCompressionType
Property Value
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.
Property Value
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.
public PictureContentType ContentType { get; }
Public ReadOnly Property ContentType As PictureContentType
Property Value
The type of the picture content.
Effects
Gets the picture content effects.
public PictureContentEffects Effects { get; }
Public ReadOnly Property Effects As PictureContentEffects
Property Value
The picture content effects.