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

Glossary Item Box

Description

An image settings element consist of image settings along with a name used to associate the image settings with an image page, page range, or image file.
Namespace (none)

Diagram

imagesettingstype Complex Type

Overview

imagesettingstype
An image settings element consist of image settings along with a name used to associate the image settings with an image page, page range, or image file.
Name required xsd:NCName
The Nameattribute is used to associate image settings with an image page, page range, or image file.
InitialImageScalingFactor optional xsd:decimal
The InitialImageScalingFactor attribute is used to set the image scaling factor. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageScalingRatio optional xsd:decimal
The InitialImageScalingRatio attribute is used to set the image scaling ratio. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageLocation optional Restriction of xsd:string
The InitialImageLocation attribute is used to set the image point location. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageRectangle optional Restriction of xsd:string
The InitialImageRectangle attribute is used to set the image rectangle location. If this attribute is defined, the scaling method for the page is set to use this attribute.
ImageZoomToFit optional Restriction of xsd:string
The ImageZoomToFit attribute is used to set the image fit. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageRotation optional Restriction of xsd:string
The InitialImageRotation attribute is used to set the initial image rotation.
InitialImageMirrorHorizontal optional xsd:boolean
The InitialImageMirrorHorizontal attribute is used to set the initial image horizontal mirroring.
InitialImageMirrorVertical optional xsd:boolean
The InitialImageMirrorVertical attribute is used to set the initial image vertical mirroring.
InitialImageInvertColors optional xsd:boolean
The InitialImageInvertColors attribute is used to set the initial image invert colors.
InitialImageSmooth optional xsd:boolean
The InitialImageSmooth attribute is used to set the initial image smoothing. This will only be applied to color images.
InitialImageBrightness optional xsd:integer
The InitialImageBrightness attribute is used to set the initial brightness. This will only be applied to color images.
InitialImageContrast optional xsd:integer
The InitialImageContrast attribute is used to set the initial image contrast. This will only be applied to color images.
InitialImageLinePreservation optional xsd:boolean
The InitialImageLinePreservation attribute is used to set the initial line preservation. This will only be applied to bitonal images.
IntrinsicImageRectangle optional Restriction of xsd:string
The IntrinsicImageRectangle attribute is used to crop the image to the specified rectangle.
IntrinsicImageRotation optional Restriction of xsd:string
The IntrinsicImageRotation attribute is used to rotate the image independent of other rotation settings. This is useful for correcting the orientation of an incorrectly orientated image pages.
IntrinsicImageMirrorHorizontal optional xsd:boolean
The IntrinsicImageMirrorHorizontal attribute is used to horizontally mirror the image independent of other mirror settings.
IntrinsicImageMirrorVertical optional xsd:boolean
The IntrinsicImageMirrorVertical attribute is used to vertically mirror the image independent of other mirror settings.
IntrinsicImageInvertColors optional xsd:boolean
The IntrinsicImageInvertColors attribute is used to invert the image's colors independent of other invert color settings. This is useful for correcting microfilm scans.

Used By

Attributes

NameTypeUseDefaultFixedDescription
Namexsd:NCNamerequired  The Nameattribute is used to associate image settings with an image page, page range, or image file.
InitialImageScalingFactorxsd:decimaloptional  The InitialImageScalingFactor attribute is used to set the image scaling factor. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageScalingRatioxsd:decimaloptional  The InitialImageScalingRatio attribute is used to set the image scaling ratio. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageLocationRestriction of xsd:stringoptional  The InitialImageLocation attribute is used to set the image point location. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageRectangleRestriction of xsd:stringoptional  The InitialImageRectangle attribute is used to set the image rectangle location. If this attribute is defined, the scaling method for the page is set to use this attribute.
ImageZoomToFitRestriction of xsd:stringoptional  The ImageZoomToFit attribute is used to set the image fit. If this attribute is defined, the scaling method for the page is set to use this attribute.
InitialImageRotationRestriction of xsd:stringoptional  The InitialImageRotation attribute is used to set the initial image rotation.
InitialImageMirrorHorizontalxsd:booleanoptional  The InitialImageMirrorHorizontal attribute is used to set the initial image horizontal mirroring.
InitialImageMirrorVerticalxsd:booleanoptional  The InitialImageMirrorVertical attribute is used to set the initial image vertical mirroring.
InitialImageInvertColorsxsd:booleanoptional  The InitialImageInvertColors attribute is used to set the initial image invert colors.
InitialImageSmoothxsd:booleanoptional  The InitialImageSmooth attribute is used to set the initial image smoothing. This will only be applied to color images.
InitialImageBrightnessxsd:integeroptional  The InitialImageBrightness attribute is used to set the initial brightness. This will only be applied to color images.
InitialImageContrastxsd:integeroptional  The InitialImageContrast attribute is used to set the initial image contrast. This will only be applied to color images.
InitialImageLinePreservationxsd:booleanoptional  The InitialImageLinePreservation attribute is used to set the initial line preservation. This will only be applied to bitonal images.
IntrinsicImageRectangleRestriction of xsd:stringoptional  The IntrinsicImageRectangle attribute is used to crop the image to the specified rectangle.
IntrinsicImageRotationRestriction of xsd:stringoptional  The IntrinsicImageRotation attribute is used to rotate the image independent of other rotation settings. This is useful for correcting the orientation of an incorrectly orientated image pages.
IntrinsicImageMirrorHorizontalxsd:booleanoptional  The IntrinsicImageMirrorHorizontal attribute is used to horizontally mirror the image independent of other mirror settings.
IntrinsicImageMirrorVerticalxsd:booleanoptional  The IntrinsicImageMirrorVertical attribute is used to vertically mirror the image independent of other mirror settings.
IntrinsicImageInvertColorsxsd:booleanoptional  The IntrinsicImageInvertColors attribute is used to invert the image's colors independent of other invert color settings. This is useful for correcting microfilm scans.

Source

<xsd:complexType name="imagesettingstype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>An image settings element consist of image settings along with a name used to associate the image 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 Nameattribute is used to associate image settings with an image page, page range, or image file.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageScalingFactor" type="xsd:decimal" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageScalingFactor attribute is used to set the image scaling factor. If this attribute is defined, the scaling method for the page is set to use this attribute.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageScalingRatio" type="xsd:decimal" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageScalingRatio attribute is used to set the image scaling ratio. If this attribute is defined, the scaling method for the page is set to use this attribute.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageLocation" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageLocation attribute is used to set the image point location. If this attribute is defined, the scaling method for the page is set to use this attribute.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:annotation>
        <xsd:documentation>The attribute value is set by using the following point location format.</xsd:documentation>
      </xsd:annotation>
      <xsd:restriction base="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The attribute value must be in this format.</xsd:documentation>
        </xsd:annotation>
        <xsd:pattern value="\d+([.]\d+)?[,]\d+([.]\d+)?">
          <xsd:annotation>
            <xsd:documentation>The image point is an x an y coordinate, in native image coordinates, separated by a comma.</xsd:documentation>
          </xsd:annotation>
        </xsd:pattern>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="InitialImageRectangle" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageRectangle attribute is used to set the image rectangle location. If this attribute is defined, the scaling method for the page is set to use this attribute.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:annotation>
        <xsd:documentation>The attribute value is set by using the following rectangle location format.</xsd:documentation>
      </xsd:annotation>
      <xsd:restriction base="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The attribute value must be in this format.</xsd:documentation>
        </xsd:annotation>
        <xsd:pattern value="\d+([.]\d+)?[,]\d+([.]\d+)?[,]\d+([.]\d+)?[,]\d+([.]\d+)?">
          <xsd:annotation>
            <xsd:documentation>The image rectangle is defined by two points on opposite corners of the rectangle, in native image coordinates, with each coordinate separated by a comma.</xsd:documentation>
          </xsd:annotation>
        </xsd:pattern>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="ImageZoomToFit" use="optional">
    <xsd:annotation>
      <xsd:documentation>The ImageZoomToFit attribute is used to set the image fit. If this attribute is defined, the scaling method for the page is set to use this attribute.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:annotation>
        <xsd:documentation>The attribute value is set by using one of the following initial image fit 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="Full">
          <xsd:annotation>
            <xsd:documentation>This value causes the image to fill the image area without any part of the image extending beyond the image area.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Width">
          <xsd:annotation>
            <xsd:documentation>This value causes the image to fill the width of the image area, with the height scaled without regard for the image area.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Height">
          <xsd:annotation>
            <xsd:documentation>This value causes the image to fill the height of the image area, with the width scaled without regard for the image area.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="1To1Ratio">
          <xsd:annotation>
            <xsd:documentation>This causes one image pixel to be scaled to one screen pixel. PDF images are scaled one point (1/72") to one screen pixel.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ActualSize">
          <xsd:annotation>
            <xsd:documentation>This causes the image to scale to its specified physical size. This scaling may not be exact due to variations in pixel dimensions on different monitors. PDF images are scaled one point (1/72") to one screen pixel.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="InitialImageRotation" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageRotation attribute is used to set the initial image rotation.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:annotation>
        <xsd:documentation>The attribute value is set by using one of the following numbers. These numbers are degrees of counterclockwise rotation.</xsd:documentation>
      </xsd:annotation>
      <xsd:restriction base="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The attribute value must be one of these numbers.</xsd:documentation>
        </xsd:annotation>
        <xsd:enumeration value="0">
          <xsd:annotation>
            <xsd:documentation>This value specifies no rotation.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="90">
          <xsd:annotation>
            <xsd:documentation>This value specifies 90 degrees counterclockwise rotation.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="180">
          <xsd:annotation>
            <xsd:documentation>This value specifies 180 degrees rotation.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="270">
          <xsd:annotation>
            <xsd:documentation>This value specifies 270 degrees counterclockwise rotation (or 90 degrees clockwise rotation).</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="InitialImageMirrorHorizontal" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageMirrorHorizontal attribute is used to set the initial image horizontal mirroring.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageMirrorVertical" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageMirrorVertical attribute is used to set the initial image vertical mirroring.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageInvertColors" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageInvertColors attribute is used to set the initial image invert colors.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageSmooth" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageSmooth attribute is used to set the initial image smoothing. This will only be applied to color images.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageBrightness" type="xsd:integer" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageBrightness attribute is used to set the initial brightness. This will only be applied to color images.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageContrast" type="xsd:integer" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageContrast attribute is used to set the initial image contrast. This will only be applied to color images.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="InitialImageLinePreservation" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The InitialImageLinePreservation attribute is used to set the initial line preservation. This will only be applied to bitonal images.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="IntrinsicImageRectangle" use="optional">
    <xsd:annotation>
      <xsd:documentation>The IntrinsicImageRectangle attribute is used to crop the image to the specified rectangle. </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:annotation>
        <xsd:documentation>The attribute value is set by using the following image rectangle format.</xsd:documentation>
      </xsd:annotation>
      <xsd:restriction base="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The attribute value must be in this format.</xsd:documentation>
        </xsd:annotation>
        <xsd:pattern value="\d+([.]\d+)?[,]\d+([.]\d+)?[,]\d+([.]\d+)?[,]\d+([.]\d+)?">
          <xsd:annotation>
            <xsd:documentation>The image rectangle is defined by two points on opposite corners of the rectangle, in native image coordinates, with each coordinate separated by a comma.</xsd:documentation>
          </xsd:annotation>
        </xsd:pattern>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="IntrinsicImageRotation" use="optional">
    <xsd:annotation>
      <xsd:documentation>The IntrinsicImageRotation attribute is used to rotate the image independent of other rotation settings. This is useful for correcting the orientation of an incorrectly orientated image pages.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:annotation>
        <xsd:documentation>The attribute value is set by using one of the following numbers. These numbers are degrees of counterclockwise rotation.</xsd:documentation>
      </xsd:annotation>
      <xsd:restriction base="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The attribute value must be one of these numbers.</xsd:documentation>
        </xsd:annotation>
        <xsd:enumeration value="0">
          <xsd:annotation>
            <xsd:documentation>This value specifies no rotation.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="90">
          <xsd:annotation>
            <xsd:documentation>This value specifies 90 degrees counterclockwise rotation.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="180">
          <xsd:annotation>
            <xsd:documentation>This value specifies 180 degrees rotation.</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="270">
          <xsd:annotation>
            <xsd:documentation>This value specifies 270 degrees counterclockwise rotation (or 90 degrees clockwise rotation).</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="IntrinsicImageMirrorHorizontal" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The IntrinsicImageMirrorHorizontal attribute is used to horizontally mirror the image independent of other mirror settings.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="IntrinsicImageMirrorVertical" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The IntrinsicImageMirrorVertical attribute is used to vertically mirror the image independent of other mirror settings.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="IntrinsicImageInvertColors" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The IntrinsicImageInvertColors attribute is used to invert the image's colors independent of other invert color settings. This is useful for correcting microfilm scans.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.