LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseImageResolution Property

Show in webframe







Gets or sets a value indicating whether to use the image resolution (DPI) in calculating page dimensions when saving a PDF file.
Syntax
public bool UseImageResolution {get; set;}
'Declaration
 
Public Property UseImageResolution As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.UseImageResolution = value
 
value = instance.UseImageResolution
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 value);
}

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

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.