LEADTOOLS (Leadtools assembly)

FramesInOverlay Property

Show in webframe







Gets or sets the number of Frames in the overlay.
Syntax
public int FramesInOverlay {get; set;}
'Declaration
 
Public Property FramesInOverlay As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.FramesInOverlay = value
 
value = instance.FramesInOverlay
public int FramesInOverlay {get; set;}
@property (nonatomic, assign) int framesInOverlay;
public int getFramesInOverlay()
public void setFramesInOverlay(int value)
            
 
get_FramesInOverlay();
set_FramesInOverlay(value);
Object.defineProperty('FramesInOverlay');
public:
property int FramesInOverlay {
   int get();
   void set (    int value);
}

Property Value

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

 

 


Products | Support | Contact Us | Copyright Notices

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