![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentSvgPage Class : Height Property |
public double Height {get; set;}
'Declaration
Public Property Height As Double
'Usage
Dim instance As DocumentSvgPage Dim value As Double instance.Height = value value = instance.Height
public double Height {get; set;}
@property (nonatomic, assign) double height
public double getHeight() public void setHeight(double height)
<br/>get_Height();<br/>set_Height(value);<br/>Object.defineProperty('Height');
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.