LEADTOOLS (Leadtools assembly)

Subtype Property

Show in webframe







Gets or sets a value that contains a defined term that identifies the intended purpose of the overlay type.
Syntax
public string Subtype {get; set;}
'Declaration
 
Public Property Subtype As String
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As String
 
instance.Subtype = value
 
value = instance.Subtype
public string Subtype {get; set;}
@property (nonatomic, copy) NSString* subtype;
public String getSubtype()
public void setSubtype(String value)
            
 
get_Subtype();
set_Subtype(value);
Object.defineProperty('Subtype');
public:
property String^ Subtype {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that contains a defined term that identifies the intended purpose of the overlay type.
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.