←Select platform

UseImageResolution Property

Summary

Gets or sets a value indicating whether to use the image resolution (DPI) in calculating page dimensions when saving a PDF file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseImageResolution {get; set;} 
Public Property UseImageResolution As Boolean 
public bool UseImageResolution {get; set;} 
@property (nonatomic, assign) BOOL useImageResolution 
public boolean getUseImageResolution() 
public void setUseImageResolution(boolean value) 
             
  
get_UseImageResolution(); 
set_UseImageResolution(value); 
Object.defineProperty('UseImageResolution');  
public: 
property bool UseImageResolution { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the image resolution (DPI) in calculating page dimensions when saving a PDF file; otherwise, false.

Remarks

Refer to CodecsRasterPdfInfo for information on how to use RasterCodecs.GetRasterPdfInfo to obtain the resolution of a PDF file saved with RasterCodecs.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize