LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

CustomFormat Property

Show in webframe



Gets or sets the the custom storage format.
Syntax
'Declaration
 
Public Property CustomFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.CustomFormat = value
 
value = instance.CustomFormat
public ImageFormat CustomFormat {get; set;}
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

 

 


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