Leadtools.Dicom.Scp.Command Namespace > CStoreCommandConfiguration Class : OtherImageFormat Property |
public List<SaveImageFormat> OtherImageFormat {get;}
'Declaration Public ReadOnly Property OtherImageFormat As List(Of SaveImageFormat)
'Usage Dim instance As CStoreCommandConfiguration Dim value As List(Of SaveImageFormat) value = instance.OtherImageFormat
public: property List<SaveImageFormat^>^ OtherImageFormat { List<SaveImageFormat^>^ get(); }