Skip to main content

ImageProperties Members

Contains an image’s properties.

Properties

Name Description
ActualSize Gets the actual size of an image. Inherited from ImageBaseProperties.
Description Specifies the description of an image.
DistanceFromText Specifies distances between image borders and text that wraps around the image.
HorizontalAlignment Specifies an image’s horizontal alignment relative to a horizontal anchor element.
HorizontalAnchorElement Specifies the element to which an image is horizontally aligned.
HorizontalOffset Specifies an image’s offset from a horizontal anchor element.
HorizontalRelativeOffset Specifies an image’s relative offset from a horizontal anchor element.
Outline Specifies the outline settings of an image.
VerticalAlignment Specifies an image’s vertical alignment relative to a vertical anchor element.
VerticalAnchorElement Specifies the element to which an image is vertically aligned.
VerticalOffset Specifies an image’s offset from a vertical anchor element.
VerticalRelativeOffset Specifies an image’s relative offset from a vertical anchor element.

Methods

Name Description
CopyFrom(Image) Duplicates the properties of the specified image into the current instance of the ImageProperties class.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also