Skip to content

Latest commit

 

History

History
96 lines (60 loc) · 2.81 KB

pagescalingscale.md

File metadata and controls

96 lines (60 loc) · 2.81 KB
description ms.assetid title ms.topic ms.date
Get information about the PageScalingScale parameter. This topic isn't current. For the most current information, see the Print Schema Specification.
49a60a94-fb65-4439-bebf-3f77ea0861fe
PageScalingScale
article
05/31/2018

PageScalingScale

This topic is not current. For the most current information, see the Print Schema Specification.

Specifies the scaling factor for custom square scaling.

Element Information

Name Value
Element Type
ParameterDef
Scoping Prefix
Page
Notes
Linked to PageScaling element, Custom option

Structure Content

The XML structure of this element is:

<psf:ParameterDef name="psk:PageScalingScale">
  <psf:Property name="psf:DataType">
    <psf:Value xsi:type="xs:string">xs:integer</psf:Value>
  </psf:Property>
  <psf:Property name="psf:DefaultValue">
    <psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:MaxValue">
    <psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
  </psf:Property>
  <psf:Property name="psf:MinValue">
    <psf:Value xsi:type="xs:integer">1</psf:Value>
  </psf:Property>
  <psf:Property name="psf:Multiple">
    <psf:Value xsi:type="xs:integer">1</psf:Value>
  </psf:Property>
  <psf:Property name="psf:Mandatory">
    <psf:Value xsi:type="xs:string">psk:Conditional</psf:Value>
  </psf:Property>
  <psf:Property name="psf:UnitType">
    <psf:Value xsi:type="xs:string">percent</psf:Value>
  </psf:Property>
</psf:ParameterDef>
      

Structure Properties

The following table outlines the characteristics of the variables defined in the XML structure.

Property xsi:type Value
DataType
string
xs:integer
DefaultValue
integer
undefined
MaxValue
integer
undefined
MinValue
integer
1
Mandatory
string
psk:Conditional
Multiple
integer
1
UnitType
string
percent

Related topics

Print Schema Specification