Class ImageDescription

ImageDescription class

Represents an image description.

public class ImageDescription

Constructors

NameDescription
ImageDescription()The default constructor.

Properties

NameDescription
Description { get; set; }Gets or sets the description associated with the image.
ImageBytes { get; set; }Gets or sets the byte array representing the image.
Name { get; set; }Gets or sets the name of the image.
PageNumber { get; set; }Gets or sets the page number where the image is located.
Rectangle { get; set; }Gets or sets the rectangle information of the image.

See Also