Description
A print settings element consists of print settings along with a name used to associate the print settings with an image page, page range, or image file.
Diagram
Overview
|
printsettingstype
A print settings element consists of print settings along with a name used to associate the print settings with an image page, page range, or image file.
|
Name required xsd:NCName
The Name attribute is used to associate print settings with an image page, page range, or image file.
|
|
PrintTextHeader1 optional xsd:string
The PrintTextHeader1 attribute specifies the first line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextHeader2 optional xsd:string
The PrintTextHeader2 attribute specifies the second line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextHeader3 optional xsd:string
The PrintTextHeader3 attribute specifies the third line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter1 optional xsd:string
The PrintTextFooter1 attribute specifies the first line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter2 optional xsd:string
The PrintTextFooter2 attribute specifies the second line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter3 optional xsd:string
The PrintTextFooter3 attribute specifies the third line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextSize optional xsd:decimal
The x attribute specifies the size (in points) of the font used to render the header and footer. This setting overrides user preferences.
|
|
PrintMultipage optional Restriction of xsd:string
The PrintMultipage attribute causes ANSI B and C sized paper to be treated as 2 or 4 letter sized pieces of paper, respectively. Only the headers and footers on the first page are printed.
|
|
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
Name | xsd:NCName | required | | | The Name attribute is used to associate print settings with an image page, page range, or image file. |
PrintTextHeader1 | xsd:string | optional | | | The PrintTextHeader1 attribute specifies the first line of the header printed on a page. This setting overrides user preferences. |
PrintTextHeader2 | xsd:string | optional | | | The PrintTextHeader2 attribute specifies the second line of the header printed on a page. This setting overrides user preferences. |
PrintTextHeader3 | xsd:string | optional | | | The PrintTextHeader3 attribute specifies the third line of the header printed on a page. This setting overrides user preferences. |
PrintTextFooter1 | xsd:string | optional | | | The PrintTextFooter1 attribute specifies the first line of the footer printed on a page. This setting overrides user preferences. |
PrintTextFooter2 | xsd:string | optional | | | The PrintTextFooter2 attribute specifies the second line of the footer printed on a page. This setting overrides user preferences. |
PrintTextFooter3 | xsd:string | optional | | | The PrintTextFooter3 attribute specifies the third line of the footer printed on a page. This setting overrides user preferences. |
PrintTextSize | xsd:decimal | optional | | | The x attribute specifies the size (in points) of the font used to render the header and footer. This setting overrides user preferences. |
PrintMultipage | Restriction of xsd:string | optional | | | The PrintMultipage attribute causes ANSI B and C sized paper to be treated as 2 or 4 letter sized pieces of paper, respectively. Only the headers and footers on the first page are printed. |
Source
<xsd:complexType name="printsettingstype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A print settings element consists of print settings along with a name used to associate the print settings with an image page, page range, or image file.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="Name" type="xsd:NCName" use="required">
<xsd:annotation>
<xsd:documentation>The Name attribute is used to associate print settings with an image page, page range, or image file.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextHeader1" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintTextHeader1 attribute specifies the first line of the header printed on a page. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextHeader2" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintTextHeader2 attribute specifies the second line of the header printed on a page. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextHeader3" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintTextHeader3 attribute specifies the third line of the header printed on a page. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextFooter1" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintTextFooter1 attribute specifies the first line of the footer printed on a page. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextFooter2" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintTextFooter2 attribute specifies the second line of the footer printed on a page. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextFooter3" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintTextFooter3 attribute specifies the third line of the footer printed on a page. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintTextSize" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>The x attribute specifies the size (in points) of the font used to render the header and footer. This setting overrides user preferences.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PrintMultipage" use="optional">
<xsd:annotation>
<xsd:documentation>The PrintMultipage attribute causes ANSI B and C sized paper to be treated as 2 or 4 letter sized pieces of paper, respectively. Only the headers and footers on the first page are printed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:annotation>
<xsd:documentation>The attribute value must be one of these names.</xsd:documentation>
</xsd:annotation>
<xsd:enumeration value="Start">
<xsd:annotation>
<xsd:documentation>Start multipage printing on a new piece of paper. Start regardless of unused space on any previous piece of multipage paper.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="StartOrContinue">
<xsd:annotation>
<xsd:documentation>If not already multipage printing, start multipage printing on a new piece of paper. Otherwise, continue multipage printing.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Off">
<xsd:annotation>
<xsd:documentation>Stop multipage printing. Any remaining space on a previous piece of multipage paper will remain used.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
|
See Also