←Select platform

MonoImageDPI Property

Summary
DPI to use when saving a monochrome image.
Syntax
C#
VB
C++
Java
public int MonoImageDPI { get; set; } 
Public Property MonoImageDPI As Integer 
public int getMonoImageDPI(); 
public void setMonoImageDPI( 
   int intValue 
); 
public: 
property int MonoImageDPI { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies the resolution to which downsampled monochrome 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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.