Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Rows Property








Gets or sets the number of rows in the overlay.
Syntax
public int Rows {get; set;}
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
public int Rows {get; set;}
@property (nonatomic, assign) NSUInteger rows
public int getRows()
public void setRows(int value)
            
 <br/>get_Rows();<br/>set_Rows(value);<br/>Object.defineProperty('Rows'); 
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

The number of rows in the overlay.
Remarks
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

Error processing SSI file