Gets or sets a value indicating whether to use the image resolution (DPI) in calculating page dimensions when saving a PDF file.
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');
true to use the image resolution (DPI) in calculating page dimensions when saving a PDF file; otherwise, false.
Refer to CodecsRasterPdfInfo for information on how to use RasterCodecs.GetRasterPdfInfo to obtain the resolution of a PDF file saved with RasterCodecs.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET