IPPImage

IPPImage interface

Represents an image in a presentation.

public interface IPPImage

Properties

NameDescription
BinaryData { get; }Returns the copy of an image’s data. Read-only Byte[].
ContentType { get; }Returns a MIME type of an image, encoded in BinaryData. Read-only String.
Height { get; }Returns a height of an image. Read-only Int32.
SvgImage { get; set; }Returns or sets ISvgImage object ISvgImage
SystemImage { get; }Returns the copy of an image of the System.Drawing.Image type. Read-only Image.
Width { get; }Returns a width of an image. Read-only Int32.
X { get; }Returns a X-offset of an image. Read-only Int32.
Y { get; }Returns a Y-offset of an image. Read-only Int32.

Methods

NameDescription
ReplaceImage(byte[])Replaces image data.
ReplaceImage(Image)Replaces image.
ReplaceImage(IPPImage)Replaces image.

See Also