Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Columns Property








Gets or sets the number of columns in the overlay.
Syntax
public int Columns {get; set;}
'Declaration
 
Public Property Columns As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
public int Columns {get; set;}
@property (nonatomic, assign) NSUInteger columns
public int getColumns()
public void setColumns(int value)
            
 <br/>get_Columns();<br/>set_Columns(value);<br/>Object.defineProperty('Columns'); 
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

The number of columns 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