LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PageHeight Property (CodecsRasterizeDocumentLoadOptions)

Show in webframe







Gets or sets the resulting raster image suggested height in Unit.
Syntax
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)
            
 
get_PageHeight();
set_PageHeight(value);
Object.defineProperty('PageHeight');
public:
property double PageHeight {
   double get();
   void set (    double value);
}

Property Value

A System.Double value that indicate the resulting Leadtools.RasterImage suggested height in Unit. Default value is 11 inches. The value of PageHeight must be greater than 0.
Remarks

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.

Example
For an example, refer to CodecsRasterizeDocumentLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsRasterizeDocumentLoadOptions Class
CodecsRasterizeDocumentLoadOptions Members
CodecsRasterizeDocumentLoadOptions Class
Implementing PDF Plug in Features
CodecsDocumentImageInfo Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.