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

C1.Win.Document.6 アセンブリ > C1.Win.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 プロパティGets or sets the OutputRange object defining the range of pages to print. This can be null in which case values specified in PrinterSettings will be used.  
Public プロパティGets or sets the value indicating the manner in which pages are scaled during printing.

The default value is PageScaling.FitToPaper.

 
Public プロパティGets or sets the PageSettings object defining the page settings (page size, orientation and so on). This can be null in which case System.Drawing.Printing.PrinterSettings.DefaultPageSettings will be used. This property does not force C1DocumentSource to repaginate, it only affects the printer's paper size. The document's pages will be scaled to fit it.  
Public プロパティGets or sets the PrinterSettings object defining the print parameters, can be null to use default printer settings.  
Public プロパティGets or sets the name for the print job.  
トップ
参照

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