Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

DicomFileSize Property






Gets or sets the DICOM file size.
Syntax
public long DicomFileSize {get; set;}
'Declaration
 
Public Property DicomFileSize As Long
'Usage
 
Dim instance As ImageInfo
Dim value As Long
 
instance.DicomFileSize = value
 
value = instance.DicomFileSize

            

            
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

Error processing SSI file