PictureModel

Overview

PictureModel is a class in Aspose.Cells FOSS for .NET.

Represents the internal model for an image (picture) anchored to a worksheet. Row and column values are zero-based. EMU offset values are in English Metric Units.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the name identifier of the picture
UpperLeftRowintRead/Write
UpperLeftColumnintRead/WriteGets or sets the zero‑based column index of the picture’s upper‑left corner
UpperLeftColumnOffsetlongRead/WriteGets or sets the offset in EMUs from the start of the upper‑left column
UpperLeftRowOffsetlongRead/Write
LowerRightRowintRead/Write
LowerRightColumnintRead/WriteGets or sets the zero‑based column index of the picture’s lower‑right corner
LowerRightColumnOffsetlongRead/WriteGets or sets the offset in EMUs from the start of the lower‑right column
LowerRightRowOffsetlongRead/Write
ExtentCxlongRead/WriteGets or sets the picture’s width in EMUs
ExtentCylongRead/WriteGets or sets the picture’s height in EMUs
ImageExtensionstringRead/WriteGets or sets the file extension (e.g., “png”) of the picture data
ImageDatabyte[]Read/WriteGets or sets the binary image data of the picture

Methods

SignatureDescription
PictureModel()