Gets or sets the resulting raster image suggested width in Unit.
public double PageWidth { get; set; }
Public Property PageWidth As Double
public double PageWidth {get; set;}
@property (nonatomic, assign) double pageWidth
public double getPageWidth()
public void setPageWidth(double value)
<br/>get_PageWidth();<br/>set_PageWidth(value);<br/>Object.defineProperty('PageWidth');
A Double value that indicates the resulting RasterImage suggested width in Unit. Default value is 8.5 inches. The value of PageWidth must be greater than 0.
The value of the resulting raster image width and height in pixels depends on the current resolution and size mode values. For more information refer to CodecsRasterizeDocumentLoadOptions.
Use PageHeight to set the resulting raster image suggested height. PageWidth and PageHeight are in Unit.
When the value of SizeMode is set to CodecsRasterizeDocumentSizeMode.None, the original document size is kept and hence PageWidth and PageHeight will not be used.
For an example, refer to CodecsRasterizeDocumentLoadOptions.
CodecsRasterizeDocumentLoadOptions Class
CodecsRasterizeDocumentLoadOptions Members
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