Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > Series Class : OverlayNumber Property |
public Nullable<int> OverlayNumber {get; set;}
'Declaration Public Property OverlayNumber As Nullable(Of Integer)
'Usage Dim instance As Series Dim value As Nullable(Of Integer) instance.OverlayNumber = value value = instance.OverlayNumber
public: property Nullable<int> OverlayNumber { Nullable<int> get(); void set ( Nullable<int> value); }