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 : YResolution Property |
public int YResolution {get; set;}
'Declaration
Public Property YResolution As Integer
'Usage
Dim instance As CodecsRasterPdfInfo Dim value As Integer instance.YResolution = value value = instance.YResolution
public int YResolution {get; set;}
@property (nonatomic, assign) NSInteger yResolution
public int getYResolution() public void setYResolution(int value)
<br/>get_YResolution();<br/>set_YResolution(value);<br/>Object.defineProperty('YResolution');
This is the same vertical resolution of the RasterImage object to the RasterCodecs.Save method used to create this file if CodecsPdfSaveOptions.UseImageResolution was set to true.