←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) 
             
 <br/>get_UseImageResolution();<br/>set_UseImageResolution(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly