←Select platform

Width Property

Summary
Page width in inches.
Syntax
C#
VB
Objective-C
C++
Java
public double Width { get; set; } 
Public Property Width As Double 
@property (nonatomic, assign) double width 
public double getWidth() 
public void setWidth(double width) 
public: 
property double Width { 
   double get(); 
   void set (    double ); 
} 

Property Value

Page width in inches. Default value is 8.5.

Remarks

The DocumentWriterEmptyPage.Width and DocumentWriterEmptyPage.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 DocumentWriterRasterPage.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.