C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the height of the PDF page in pixels.
public int Height { get; set; }
Public Property Height As Integer
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 PDF page in pixels.
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.
For an example, refer to CodecsRasterPdfInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET