←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
Objective-C
C++
Java
public bool UseImageResolution { get; set; } 
Public Property UseImageResolution As Boolean 
@property (nonatomic, assign) BOOL useImageResolution 
public boolean getUseImageResolution() 
public void setUseImageResolution(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly