←Select platform

Height Property

Summary

Page height in inches.

Syntax
C#
VB
Objective-C
C++
Java
public double Height { get; set; } 
Public Property Height As Double 
@property (nonatomic, assign) double height 
public double getHeight() 
public void setHeight(double height) 
public: 
property double Height { 
   double get(); 
   void set (    double ); 
} 

Property Value

Page height in inches. Default value is 11.

Remarks

The DocumentWriterEmptyPage.Width and DocumentWriterEmptyPage.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.

Example

For an example, refer to DocumentWriterRasterPage.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly