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

Show in webframe

CustomFormat Property






Gets or sets the custom storage format.
Syntax
public ImageFormat CustomFormat {get; set;}
'Declaration
 
Public Property CustomFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.CustomFormat = value
 
value = instance.CustomFormat

            

            
public:
property ImageFormat^ CustomFormat {
   ImageFormat^ get();
   void set (    ImageFormat^ value);
}

Property Value

An ImageFormat object which contains the available image's compression information for the custom format.
Remarks

The custom format is the format selected by the user when storing the images

Requirements

Target Platforms

See Also

Reference

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

Error processing SSI file