> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScanSourceSettings-Objekt (IScanSourceSettings-Schnittstelle)

> ScanSourceSettings-Objekt (IScanSourceSettings-Schnittstelle) in der ABBYY FineReader Engine API — Dieses Objekt ermöglicht Zugriff auf die Scan-Einstellungen einer Quelle.

<Note>
  Dieses Objekt ist in FRE für Windows implementiert.
</Note>

Dieses Objekt ermöglicht den Zugriff auf die Scan-Einstellungen einer Quelle.

<Note>
  Standardmäßig ist das Rectangle des Scanbereichs nicht festgelegt (alle Eigenschaften PaperBottom, PaperLeft, PaperRight und PaperTop sind auf 0 gesetzt). In diesem Fall wird der Scanbereich vom Scanner bestimmt, was in der Regel dem gesamten verfügbaren Scanbereich entspricht.
</Note>

<div id="properties">
  ## Eigenschaften
</div>

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>Name</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Type</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Description</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>
          <strong>Application</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/engine-object-iengine-interface">
              Engine
            </a>
          </strong>

          ,{" "}

          <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">
            read-only
          </a>
        </p>
      </td>

      <td>
        <p>
          Returns the <strong>Engine</strong> object.
        </p>
      </td>
    </tr>

    <tr>
      <td colspan="3">
        <p>
          <a name="group_1" />

          <em>Main settings</em>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="colormode" />

          <strong>ColorMode</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scancolormodeenum">
              ScanColorModeEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Sets image type (black-and-white, gray, color).</p>
        <p>The default value of this property depends on the scanner.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="compressiontype" />

          <strong>CompressionType</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scancompressiontypeenum">
              ScanCompressionTypeEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Specifies the type of compression to be used for the scanned images.
          Please note that the possible type of compression depends on the
          image's colority.
        </p>

        <p>The default value of this property depends on the scanner.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="brightness" />

          <strong>Brightness</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Specifies the brightness of the scanned image (0-100). It is only
          valid when the <strong>BrightnessControl</strong> property is set to
          SBC\_Manual.
        </p>

        <p>The default value of this property depends on the scanner.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="brightnesscontrol" />

          <strong>BrightnessControl</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scanbrightnesscontrolenum">
              ScanBrightnessControlEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Sets brightness control mode.</p>
        <p>The default value of this property depends on the scanner.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="resolution" />

          <strong>Resolution</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Gibt die Bildauflösung an. Diese Eigenschaft kann einen beliebigen Wert im
          Bereich von 100 bis 1200 annehmen. Für optimale Erkennungsergebnisse empfehlen wir
          jedoch, die Bildauflösung auf einen durch 100 teilbaren Wert im
          Bereich von 200 bis 600 festzulegen.
        </p>

        <p>Der Standardwert dieser Eigenschaft hängt vom Scanner ab.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="rotationangle" />

          <strong>RotationAngle</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scanrotationangleenum">
              ScanRotationAngleEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Sets image rotation angle (once the image has been scanned).</p>
        <p>The default value of this property depends on the scanner.</p>
      </td>
    </tr>

    <tr>
      <td colspan="3">
        <p>
          <a name="group_2" />

          <em>Paper size</em>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="papersize" />

          <strong>PaperSize</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scanpapersizeenum">
              ScanPaperSizeEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Sets paper size.</p>
        <p>The default value of this property depends on the scanner.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>PaperBottom</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Sets the coordinate of the bottom border of the scanning area
          rectangle (in milli-inch). It is only valid if{" "}
          <strong>PaperSize</strong> = SPS\_Custom.
        </p>

        <p>By default, this property is set to 0.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>PaperLeft</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Sets the coordinate of the left border of the scanning area rectangle
          (in milli-inch). It is only valid if <strong>PaperSize</strong> =
          SPS\_Custom.
        </p>

        <p>By default, this property is set to 0.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>PaperRight</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Sets the coordinate of the right border of the scanning area rectangle
          (in milli-inch). It is only valid if <strong>PaperSize</strong> =
          SPS\_Custom.
        </p>

        <p>By default, this property is set to 0.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>PaperTop</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Sets the coordinate of the top border of the scanning area rectangle
          (in milli-inch). It is only valid if <strong>PaperSize</strong> =
          SPS\_Custom.
        </p>

        <p>By default, this property is set to 0.</p>
      </td>
    </tr>

    <tr>
      <td colspan="3">
        <p>
          <a name="group_3" />

          <em>Additional settings</em>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="multipleimagesenabled" />

          <strong>MultipleImagesEnabled</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              VARIANT\_BOOL
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Gibt an, ob das mehrseitige Scannen aktiviert ist.</p>
        <p>Standardmäßig ist diese Eigenschaft auf FALSE gesetzt.</p>

        <Note>
          Wenn die Scan-Optionen im FineReader Engine-Dialogfeld so konfiguriert sind, dass der
          automatische Einzug verwendet wird, wird der Wert dieser Eigenschaft ignoriert und das
          mehrseitige Scannen aktiviert. Der Grund dafür ist, dass der automatische Einzug für das
          mehrseitige Scannen vorgesehen ist.
        </Note>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="pausebetweenpagesmode" />

          <strong>PauseBetweenPagesMode</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scanpausemodeenum">
              ScanPauseModeEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Sets the required delay between scanned pages (no pause, delay for
          specified number of seconds, prompt for next page).
        </p>

        <p>By default, this property is equal to SPM\_None.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>Delay</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              int
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Sets the pause between pages in sec. It is only valid if{" "}
          <strong>PauseBetweenPagesMode</strong> = SPM\_PresetDelay.
        </p>

        <Note>
          Some scanners with automatic document feeder may ignore the value of
          this property.
        </Note>

        <p>By default, this property is 0.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="paperfeedmode" />

          <strong>PaperFeedMode</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/api-reference/enumerations/scanpaperfeedmodeenum">
              ScanPaperFeedModeEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Specifies whether an automatic document feeder must be used.</p>

        <p>
          The default value of this property depends on the scanner: if the
          scanner has a flatbed, it is equal to SPFM\_Flatbed. If not, it is
          SPFM\_AutoFeeder.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>DuplexMode</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              VARIANT\_BOOL
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>Specifies whether duplex scanning must be used.</p>

        <Note>
          If DuplexMode is set to TRUE you must also set MultipleImagesEnabled
          to TRUE.
        </Note>

        <p>By default, this property is set to FALSE.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="correctskew" />

          <strong>CorrectSkew</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              VARIANT\_BOOL
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Setting this property to TRUE enables automatic skew correction, if
          this feature is supported by the scan source (see{" "}

          <a href="/de/fine-reader/engine/api-reference/mechanism-objects/scansourcecapabilities#correctskewsupported">
            ScanSourceCapabilities::CorrectSkewSupported
          </a>

          ).
        </p>

        <p>By default, this property is set to FALSE.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="discardblankpages" />

          <strong>DiscardBlankPages</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              VARIANT\_BOOL
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          Setting this property to TRUE enables automatic removal of blank
          pages, if this feature is supported by the scan source (see{" "}

          <a href="/de/fine-reader/engine/api-reference/mechanism-objects/scansourcecapabilities#discardblankpagessupported">
            ScanSourceCapabilities::DiscardBlankPagesSupported
          </a>

          ).
        </p>

        <p>By default, this property is set to FALSE.</p>
      </td>
    </tr>
  </tbody>
</table>

<div id="related-objects">
  ## Verwandte Objekte
</div>

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/scansourcesettings.gif?s=5451463119f75fc6633e7106297e25c6" alt="ScanSourceSettings" width="190" height="58" data-path="images/fine-reader/engine/scansourcesettings.gif" />[](/de/fine-reader/engine/api-reference/mechanism-objects/scansource#scansettings)[](/de/fine-reader/engine/api-reference/mechanism-objects/scansource)

[Objektdiagramm](/de/fine-reader/engine/api-reference/object-diagram)

<div id="samples">
  ## Beispiele
</div>

Dieses Objekt wird im Codebeispiel [Scannen](/de/fine-reader/engine/guided-tour/samples#scanning) verwendet.

<div id="see-also">
  ## Siehe auch
</div>

[ScanManager](/de/fine-reader/engine/api-reference/mechanism-objects/scanmanager)

[Scannen](/de/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation/scanning)

[Arbeiten mit Properties](/de/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
