C#
VB
Java
Objective-C
C++
Page width in inches.
public double Width { get; set; }
Public Property Width As Double
@property (nonatomic, assign) double width
public double getWidth()
public void setWidth(double width)
Page width in inches. Default value is 8.5.
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