Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Label Property








Gets or sets a value that contains user defined text, which may be used to label or name this overlay.
Syntax
public string Label {get; set;}
'Declaration
 
Public Property Label As String
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As String
 
instance.Label = value
 
value = instance.Label
public string Label {get; set;}
@property (nonatomic, copy, nullable) NSString *label
public String getLabel()
public void setLabel(String value)
            
 <br/>get_Label();<br/>set_Label(value);<br/>Object.defineProperty('Label'); 
public:
property String^ Label {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that contains user defined text, which may be used to label or name this 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