Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsRasterPdfInfo Structure : XResolution Property |
public int XResolution {get; set;}
'Declaration
Public Property XResolution As Integer
'Usage
Dim instance As CodecsRasterPdfInfo Dim value As Integer instance.XResolution = value value = instance.XResolution
public int XResolution {get; set;}
@property (nonatomic, assign) NSInteger xResolution
public int getXResolution() public void setXResolution(int value)
<br/>get_XResolution();<br/>set_XResolution(value);<br/>Object.defineProperty('XResolution');
This is the same horizontal resolution of the RasterImage object to the RasterCodecs.Save method used to create this file if CodecsPdfSaveOptions.UseImageResolution was set to true.