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 : Height Property |
public int Height {get; set;}
'Declaration
Public Property Height As Integer
'Usage
Dim instance As CodecsRasterPdfInfo Dim value As Integer instance.Height = value value = instance.Height
public int Height {get; set;}
@property (nonatomic, assign) NSInteger height
public int getHeight() public void setHeight(int value)
<br/>get_Height();<br/>set_Height(value);<br/>Object.defineProperty('Height');
The height of the page in pixels. This is the same height of the RasterImage object to the RasterCodecs.Save method used to create this file.