DefaultImageDpi class
Defines the DefaultImageDpi Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:defaultImageDpi.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.28 defaultImageDpi
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_DefaultImageDpi element (section 2.5.20) that specifies the resolution, in dots per inch (dpi), to use when saving images in the document. This element value is used only when the autoCompressPictures attribute ([ISO/IEC-29500-1] section 19.2.1.26) is set to true, and the useLocalDpi element ( [MS-ODRAWXML] section 2.3.2) is set to false. See section 2.2.7 for how this element integrates with [ISO/IEC-29500:2008].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="defaultImageDpi" type="CT_DefaultImageDpi"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.20 CT_DefaultImageDpi
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: defaultImageDpi
A complex type that specifies the default dpi to use when saving each image in the document.
Attributes:
val: An xsd:unsignedInt attribute ([XMLSCHEMA2] section 3.3.22) that specifies the dpi.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_DefaultImageDpi">
<xsd:attribute name="val" type="xsd:unsignedInt" use="required"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).