←Select platform

ColorImageDPI Property

Summary

DPI to use when saving a color image.

Syntax
C#
VB
C++
public int ColorImageDPI { get; set; } 
Public Property ColorImageDPI As Integer 
public: 
property int ColorImageDPI { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies the resolution to which downsampled color images are reduced. This should be always less than original image resolution. Default is 150.

Example

For an example, refer to PDFOptimizerOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly