Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Medical.Workstation.Loader Namespace > DicomInstanceInformation Class : ImageOrientation Property |
public double[] ImageOrientation {get; set;}
'Declaration Public Property ImageOrientation As Double()
'Usage Dim instance As DicomInstanceInformation Dim value() As Double instance.ImageOrientation = value value = instance.ImageOrientation
public: property array<double>^ ImageOrientation { array<double>^ get(); void set ( array<double>^ value); }