'宣言 Public Property CreationDevice As MeasurementDeviceEnum
public MeasurementDeviceEnum CreationDevice {get; set;}
'宣言 Public Property CreationDevice As MeasurementDeviceEnum
public MeasurementDeviceEnum CreationDevice {get; set;}
C1.C1Report または C1PrintDocument のレンダリング時に使用される参照デバイスを決定するデフォルト動作は、 静的プロパティである MeasurementDevice と MeasurementPrinterName で指定されます。 (静的でない)CreationDevice、CreationPrinterName、 および CreationDpi プロパティは、 個別のコンポーネントの動作をオーバーライドできます。
通常、すべてのインストールされているプリンタがスキャンされて高解像度の参照 System.Drawing.Graphics オブジェクトを取得します。 この処理を省略するには、このプロパティを MeasurementDeviceEnum.Screen に設定します。 これでレンダリングをスピードアップできますが、 その際にレイアウトの精度が多少失われる場合があります。