LEADTOOLS PDF (Leadtools.Pdf assembly)

Width Property (PDFRect)

Show in webframe





Gets the width of the rectangle.
Syntax
public double Width {get;}
'Declaration
 
Public ReadOnly Property Width As Double
'Usage
 
Dim instance As PDFRect
Dim value As Double
 
value = instance.Width

            

            
public:
property double Width {
   double get();
}

Property Value

A System.Double that represents the width of the rectangle.
Remarks

This is a read-only value. Width of a PDFRect is Right - Left.

Requirements

Target Platforms

See Also

Reference

PDFRect Structure
PDFRect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.