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 > CodecsRasterizeDocumentLoadOptions Class : PageHeight Property |
public double PageHeight {get; set;}
'Declaration
Public Property PageHeight As Double
'Usage
Dim instance As CodecsRasterizeDocumentLoadOptions Dim value As Double instance.PageHeight = value value = instance.PageHeight
public double PageHeight {get; set;}
@property (nonatomic, assign) double pageHeight
public double getPageHeight() public void setPageHeight(double value)
<br/>get_PageHeight();<br/>set_PageHeight(value);<br/>Object.defineProperty('PageHeight');
The values of the resulting raster image width and height in pixels depend on the current resolution and size mode values. For more information refer to CodecsRasterizeDocumentLoadOptions.
Use PageHeight to set the resulting raster image suggested height. Both 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.