> ## 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.

# PaperSizeParams オブジェクト（IPaperSizeParams インターフェイス）

> ABBYY FineReader Engine API の PaperSizeParams オブジェクト（IPaperSizeParams インターフェイス）— 出力ファイルの用紙の高さと幅を twips 単位で設定します（既定値は A4）。これらの値が使用されるのは、PaperSizeMode が PSM_UserDefined の場合のみです。

このオブジェクトでは、出力ファイルの用紙の高さと幅を設定できます。

<div id="properties">
  ## プロパティ
</div>

<table><thead><tr><th><p><strong>名前</strong></p></th><th><p><strong>型</strong></p></th><th><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p><strong>Application</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface">Engine</a></strong>, <a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">読み取り専用</a></p></td><td><p><strong>Engine</strong> オブジェクトを返します。</p></td></tr><tr><td><p><a name="paperheight" /><strong>PaperHeight</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>用紙の高さを twip (1/1440 インチ) 単位で格納します。</p><p>このプロパティの既定値は A4 サイズのページの高さです。異なる測定単位での用紙サイズについては、以下を参照してください。</p><p>このプロパティは、<strong>PaperSizeMode</strong> が PSM\_UserDefined の場合にのみ有効です。</p></td></tr><tr><td><p><a name="papersizemode" /><strong>PaperSizeMode</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/enumerations/papersizemodeenum">PaperSizeModeEnum</a></strong></p></td><td><p>認識したテキストを出力ファイルにエクスポートする際に、ABBYY FineReader Engine で用紙サイズをどのように選択するかを指定します。</p><p>このプロパティの既定値は、エクスポート形式によって異なります。</p><ul><li>PDF および XPS の場合は PSM\_ImageSize です。</li><li>RTF の場合は PSM\_SynthesisSize です。</li></ul></td></tr><tr><td><p><a name="paperwidth" /><strong>PaperWidth</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>用紙の幅を twip (1/1440 インチ) 単位で格納します。</p><p>このプロパティの既定値は A4 サイズのページの幅です。異なる測定単位での用紙サイズについては、以下を参照してください。</p><p>このプロパティは、<strong>PaperSizeMode</strong> が PSM\_UserDefined の場合にのみ有効です。</p></td></tr></tbody></table>

<div id="paper-size-by-measurement-unit">
  ## 測定単位別の用紙サイズ
</div>

| 用紙サイズ     | インチ           | mm        | twips (1インチの1/1440) |
| --------- | ------------- | --------- | ------------------- |
| A3        | 11,69 x 16,54 | 297 x 420 | 16838 x 23811       |
| A4        | 8,27 x 11,69  | 210 x 297 | 11909 x 16834       |
| A5        | 5,83 x 8,27   | 148 x 210 | 8391 x 11909        |
| Legal     | 8,5 x 14      | 216 x 356 | 12240 x 20160       |
| Letter    | 8,5 x 11      | 216 x 279 | 12240 x 15840       |
| Executive | 7,25 x 10,5   | 184 x 266 | 10440 x 15120       |

<div id="related-objects">
  ## 関連オブジェクト
</div>

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/papersizeparams.gif?s=04fd0ca1e233775bf6883b9f30f4787b" alt="PaperSizeParams" width="340" height="85" data-path="images/fine-reader/engine/papersizeparams.gif" />[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/xpsexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportfeatures#papersizeparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportfeatures)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams)

[オブジェクト図](/ja/fine-reader/engine/api-reference/object-diagram)

<div id="see-also">
  ## 関連項目
</div>

[エクスポート パラメーターの調整](/ja/fine-reader/engine/guided-tour/advanced-techniques/tuning-export-parameters)

[プロファイルの使用](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)

[プロパティの使用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
