←Select platform

PageHeight Property

Summary

Gets or sets the result raster image suggested height in Unit.

Syntax

C#
VB
C++
public double PageHeight { get; set; } 
  
Public Property PageHeight As Double 
public: 
property double PageHeight { 
   double get(); 
   void set (    double value); 
} 

Property Value

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

Remarks

For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly