Document Library for UWP
C1PrintOptions クラス プロパティ

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 : C1PrintOptions クラス

このクラスのメンバの一覧は、C1PrintOptionsメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティ

Gets or sets the scale factor used to scale images before printing.
Low resolution images that need to be sized up to fit the target physical bounds can be scaled either by the printer driver, or by C1DocumentSource. When this property is 1 (the default), all scaling is done by the printer.On some printers this can lead to visible distortions.To avoid this, set this property to a value greater than 1 (e.g. 2, 3 or 4), which will cause C1DocumentSource to scale the image before sending it to the printer, and may help reduce the distortions.The specific value depends on the printer, and can be selected by trial and error.

Note that this does not affect the final printed size of the image, it only controls how the image is resized.

 
Public プロパティ印刷するページの範囲を定義する OutputRangeオブジェクトを取得または設定します。  
Public プロパティ印刷時にページが拡大縮小される方法を示す値を取得または設定します。

デフォルト値は、PageScaling.FitToPaper です。

 
Public プロパティページ設定、サイズ、横方向などを定義する C1PageSettingsオブジェクトを取得または設定します。null も使用でき、この場合は C1DocumentSource.PageSettingsが使用されます。このプロパティは、C1DocumentSource に改ページを強制しません。プリンタの用紙サイズにのみ影響し、ドキュメントのページはそれに合わせて拡大縮小されます。  
Public プロパティ印刷ジョブの名前を取得または設定します。  
トップ
参照

C1PrintOptions クラス
C1.Xaml.Document 名前空間