To set the image quality in the PDF document, use the C1PdfDocumentBase.ImageQuality property. This property can be set either in the designer or in code. For more information on images and image quality, see Adding Images.
Locate the C1PdfDocumentBase.ImageQuality property in the Properties window and set it to one of the following ImageQualityEnum settings: Low, Medium, Default, or High.
Add the following code to the Form_Load event to set the C1PdfDocumentBase.ImageQuality property to high quality images:
Visual Basic コードの書き方
Visual Basic |
コードのコピー
|
---|---|
' C1PdfDocumentオブジェクトを作成します。 |
C# コードの書き方
C# |
コードのコピー
|
---|---|
// C1PdfDocumentオブジェクトを作成します。 |