<xsd:complexType name="pageSzType">
<xsd:annotation>
<xsd:documentation>Defines page size.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="w" type="twipsMeasureType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets width of the page.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="h" type="twipsMeasureType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets height of the page.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="orient" type="pageOrientationValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets page orientation.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="code" type="decimalNumberType">
<xsd:annotation>
<xsd:documentation>Gets or sets internal paper code to ensure the proper type is chosen if size matches size of multiple paper types supported by your printer.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|