Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

Width Property (DocumentEmptyPage)








Gets or sets the page width in inches.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As DocumentEmptyPage
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
@property (nonatomic, assign) double width
public double getWidth()
public void setWidth(double width)
            
 <br/>get_Width();<br/>set_Width(value);<br/>Object.defineProperty('Width'); 
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

Page width in inches. Default value is 8.5.
Remarks

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

Requirements

Target Platforms

See Also

Reference

DocumentEmptyPage Class
DocumentEmptyPage Members

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