Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Size Property (LeadRect)








Gets or sets the size of this LeadRect.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadSize Size {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Size As LeadSize
'Usage
 
Dim instance As LeadRect
Dim value As LeadSize
 
instance.Size = value
 
value = instance.Size
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadSize Size {get; set;}
LeadSize LeadRectSize(LeadRect rect)
public LeadSize getSize()
public void setSize(LeadSize value)
            
BrowsableAttribute()
XmlIgnoreAttribute()
 <br/>get_Size();<br/>set_Size(value);<br/>Object.defineProperty('Size'); 
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property LeadSize Size {
   LeadSize get();
   void set (    LeadSize value);
}

Property Value

The width and height of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file