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

Show in webframe

Width Property (DocumentSvgPage)








Gets or sets the custom page width in inches.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As DocumentSvgPage
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

Custom page width in inches. Default value is 0.
Remarks

The DocumentSvgPage.Width and DocumentSvgPage.Height properties can be used to set a custom page size in inches. When the values are the default of 0, the framework will obtain the page width and height automatically from the ISvgDocument object set in SvgDocument when AddPage or InsertPage is called. If it is desired to create pages at a custom size, then simply set the values (in inches) in DocumentSvgPage.Width and DocumentSvgPage.Height before calling AddPage or InsertPage.

Requirements

Target Platforms

See Also

Reference

DocumentSvgPage Class
DocumentSvgPage 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