Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentEmptyPage Class : Height Property |
public double Height {get; set;}
'Declaration
Public Property Height As Double
'Usage
Dim instance As DocumentEmptyPage Dim value As Double instance.Height = value value = instance.Height
public double Height {get; set;}
@property (nonatomic, assign) double height
public double getHeight() public void setHeight(double height)
<br/>get_Height();<br/>set_Height(value);<br/>Object.defineProperty('Height');
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.