Leadtools.Codecs Namespace > CodecsRasterizeDocumentLoadOptions Class : PageWidth Property |
public double PageWidth {get; set;}
'Declaration Public Property PageWidth As Double
'Usage Dim instance As CodecsRasterizeDocumentLoadOptions Dim value As Double instance.PageWidth = value value = instance.PageWidth
public double PageWidth {get; set;}
@property (nonatomic, assign) double pageWidth;
public double getPageWidth() public void setPageWidth(double value)
get_PageWidth();
set_PageWidth(value);
Object.defineProperty('PageWidth');
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.