Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PaperHeight Property
See Also 
Leadtools.Codecs Namespace > CodecsRtfLoadOptions Class : PaperHeight Property



Gets or sets the height of the paper used when loading RTF images.

Syntax

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

Return Value

Value that represents the height in inches of the paper used when loading RTF images.

Example

For an example, refer to CodecsRtfOptions.

Remarks

Deprecated - No longer supported.. Use CodecsRasterizeDocumentLoadOptions.PageHeight instead.

Requirements

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

See Also