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) unsigned int yResolution;
public int getYResolution() public void setYResolution(int value)
get_YResolution();
set_YResolution(value);
Object.defineProperty('YResolution');
This is the same vertical resolution of the Leadtools.RasterImage object to the RasterCodecs.Save method used to create this file if CodecsPdfSaveOptions.UseImageResolution was set to true.