ImageProperties class

Office 2013 and later

Defines the ImageProperties Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:imgProps.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.1 imgProps

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Element type:CT_Photo

An extension list child element of: binary large image or picture (BLIP) as specified in [ISO/IEC-29500-1] section 20.1.8.13

(For more details, see [ISO/IEC-29500-1] section 10.1.2)

Extension list Uri attribute: {BEBA8EAE-BF5A-486c-A8C5-ECC9F3942E4B}

A CT_Photo element that specifies properties that produce the embedded picture in the containing BLIP.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="imgProps" type="CT_Photo"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.32 CT_Photo

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: imgProps

A complex type that specifies properties used to produce the embedded picture in the containing binary large image or picture (BLIP).

Child Elements:

imgLayer: A CT_PictureLayer element that specifies a relationship to an original picture and contains optional effects applied to the picture in the order applied.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_Photo">

<xsd:sequence>

<xsd:element name="imgLayer" type="CT_PictureLayer" minOccurs="1" maxOccurs="1"/>

</xsd:sequence>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: