Leadtools.Dicom.Services

DicomFileSize Property

Show in webframe



Gets or Sets the DICOM file size.
Syntax
'Declaration
 
Public Property DicomFileSize As Long
'Usage
 
Dim instance As ImageInfo
Dim value As Long
 
instance.DicomFileSize = value
 
value = instance.DicomFileSize
public long DicomFileSize {get; set;}
public:
property int64 DicomFileSize {
   int64 get();
   void set (    int64 value);
}

Property Value

The size of the DICOM file in bytes.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.