Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EmptyPageHeight Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > DocumentOptions Class : EmptyPageHeight Property



Gets or sets the document empty page height.

Syntax

Visual Basic (Declaration) 
Public Property EmptyPageHeight As Double
Visual Basic (Usage)Copy Code
Dim instance As DocumentOptions
Dim value As Double
 
instance.EmptyPageHeight = value
 
value = instance.EmptyPageHeight
C# 
public double EmptyPageHeight {get; set;}
C++/CLI 
public:
property double EmptyPageHeight {
   double get();
   void set (double value);
}

Return Value

A double value that indicates the height of an empty page in inches. Default value is 11.

Example

For an example, refer to DocumentWriter.

Remarks

The DocumentWriter class supports creating document with empty pages. To create an empty page, use a DocumentPage structure with its EmfHandle set to IntPtr.Zero and pass it to the DocumentWriter.AddPage method. You can control the size of this empty page in inches by setting the EmptyPageWidth, EmptyPageHeight and EmptyPageResolution properties to the desired values.

Note that in order to create empty pages, the DocumentOptions.PageRestriction property must be set to DocumentPageRestriction.Relaxed.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features