UseLocalDpi class
Defines the UseLocalDpi Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:useLocalDpi.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.2 useLocalDpi
Target namespace: http://schemas.microsoft.com/office/drawing/2010/main
Element type:CT_UseLocalDpi
An extension list child element of: 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: {28A0092B-C50C-407e-A947-70E740481C1C}
A CT_UseLocalDpi element that specifies a flag indicating that the local BLIP compression setting overrides the document default compression setting.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="useLocalDpi" type="CT_UseLocalDpi"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.33 CT_UseLocalDpi
Target namespace: http://schemas.microsoft.com/office/drawing/2010/main
Referenced by: useLocalDpi
A complex type that specifies a flag indicating that the local BLIP compression setting overrides the document default compression setting.
Attributes:
val: A Boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the cstate attribute ([ISO/IEC-29500-1] section 20.1.10.12) of the containing BLIP overrides the document default compression setting as specified in [MS-PPTX] section 2.3.28, [MS-DOCX] section 2.3.24, and [MS-XLSX] section 2.6.10.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_UseLocalDpi">
<xsd:attribute name="val" type="xsd:boolean" use="optional" default="true"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).