←Select platform

PageWidth Property

Summary

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

Syntax

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

Property Value

A System.Double value that indicate the result Leadtools.RasterImage suggested width in Unit. Default value is 8.5 inches. The value of PageWidth 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