Class PreviewImageInfoC

java.lang.Object
de.elo.ix.client.PreviewImageInfoC
All Implemented Interfaces:
Serializable

public class PreviewImageInfoC extends Object implements Serializable
Since:
9.00.000.011
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default dots per inch for scalable vector graphics.
    static final int
    Flag that signalizes the server to scale down preview images to a size suitable for most browser's canvas element.
    static final int
    Flag that signalizes the server to process preview images in a medium size.
    static final int
    Flag that signalizes the server to process preview images in the size of the original document.
    static final int
    Flag that signalizes the server to process preview images in a size for tiny thumbnails.
    static final int
    Flag that signalizes the server to process preview images in a size for thumbnails.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_DPI

      public static final int DEFAULT_DPI
      Default dots per inch for scalable vector graphics.
      See Also:
    • SIZE_ORIGINAL

      public static final int SIZE_ORIGINAL
      Flag that signalizes the server to process preview images in the size of the original document. In case scalable documents sources like PDF, DEFAULT_DPI is used.
      See Also:
    • SIZE_TINY

      public static final int SIZE_TINY
      Flag that signalizes the server to process preview images in a size for thumbnails.
      See Also:
    • SIZE_MEDIUM

      public static final int SIZE_MEDIUM
      Flag that signalizes the server to process preview images in a medium size. Images of this size are optimized in memory usage. They lack readability of text smaller than 10 points.
      See Also:
    • SIZE_TINIER

      public static final int SIZE_TINIER
      Flag that signalizes the server to process preview images in a size for tiny thumbnails. The maximum length of an edge will be 100 pixels.
      Since:
      9.00.000.014
      See Also:
    • SIZE_LARGE

      public static final int SIZE_LARGE
      Flag that signalizes the server to scale down preview images to a size suitable for most browser's canvas element. Choosing this settings will scale down only very large images.
      Since:
      9.00.000.035
      See Also:
  • Constructor Details

    • PreviewImageInfoC

      public PreviewImageInfoC()