Accusoft Prizm Viewer List File Schema Schema
printedimagefittype Simple Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : printedimagefittype Simple Type

Glossary Item Box

Description

The attribute value is set by using the following names.
  • A fit type of Shrink reduces the image to the paper’s dimensions only when the image is larger than the paper.
  • A fit type of Crop truncates the image to the paper’s dimensions only when the image is larger than the paper.
  • A fit type of GrowOrShrink either expands or reduces an image to the paper’s dimensions. Images that are smaller than the paper are expanded; larger images are reduced.
  • A fit type of GrowOrCrop either expands or truncates an image to the paper’s dimensions. Images that are smaller than the paper are expanded; larger images are truncated.
Namespace (none)

Type

Restriction of xsd:string

Diagram

printedimagefittype Simple Type

Overview

printedimagefittype Restriction of xsd:string
The attribute value is set by using the following names.
  • A fit type of Shrink reduces the image to the paper’s dimensions only when the image is larger than the paper.
  • A fit type of Crop truncates the image to the paper’s dimensions only when the image is larger than the paper.
  • A fit type of GrowOrShrink either expands or reduces an image to the paper’s dimensions. Images that are smaller than the paper are expanded; larger images are reduced.
  • A fit type of GrowOrCrop either expands or truncates an image to the paper’s dimensions. Images that are smaller than the paper are expanded; larger images are truncated.

Facets

EnumerationShrink
EnumerationCrop
EnumerationGrowOrShrink
EnumerationGrowOrCrop

Source

<xsd:simpleType name="printedimagefittype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The attribute value is set by using the following names.</xsd:documentation>
  </xsd:annotation>
  <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="Shrink">
      <xsd:annotation>
        <xsd:documentation>If the image is larger than a sheet of paper, Shrink will shrink the image to fit the paper.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Crop">
      <xsd:annotation>
        <xsd:documentation>If the image is larger than a sheet of paper, Crop will crop the image to the size of the paper.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GrowOrShrink">
      <xsd:annotation>
        <xsd:documentation>If the image is larger than a sheet of paper, GrowOrShrink will shrink the image to fit the paper. If the image is smaller than one sheet of paper, GrowOrShrink will expand the image to fit the paper.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GrowOrCrop">
      <xsd:annotation>
        <xsd:documentation>If the image is larger than a sheet of paper, GrowOrCrop will crop the image to the size of the paper. If the image is smaller than one sheet of paper, GrowOrCrop will expand the image to fit the paper.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.