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.
Image { get; }Returns the copy of an image. Read-only Image.
SvgImage { get; set; }Returns or sets ISvgImage object ISvgImage
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(IImage)Replaces image.
ReplaceImage(IPPImage)Replaces image.

See Also