PictureContent Class
Represents a picture that has an associated content that is either embedded in or linked to the presentation 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 presentation file.
Property Value
The picture content (picture data encoded in a particular format) that is either embedded in or linked to the presentation 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.
Height
Gets the height of the picture.
Property Value
The height of the picture.
Width
Gets the width of the picture.
Property Value
The width of the picture.