C#
VB
Java
Objective-C
C++
Page height in inches.
public double Height { get; set; }
Public Property Height As Double
@property (nonatomic, assign) double height
public double getHeight()
public void setHeight(double height)
Page height in inches. Default value is 11.
The DocumentEmptyPage.Width and DocumentEmptyPage.Height properties are used to set the empty page size in inches. The values cannot be 0 when the object is passed to DocumentWriter.AddPage or DocumentWriter.InsertPage.
For an example, refer to DocumentRasterPage.
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