C#
VB
C++
Gets or sets the custom storage format.
[DataMemberAttribute()]
public ImageFormat CustomFormat { get; set; }
Public Property CustomFormat As Leadtools.Dicom.Web.ImageFormat
public:
property Leadtools.Dicom.Web.ImageFormat^ CustomFormat {
Leadtools.Dicom.Web.ImageFormat^ get();
void set ( Leadtools.Dicom.Web.ImageFormat^ );
}
An ImageFormat object which contains the available image's compression information for the custom format.
The custom format is the format selected by the user when storing the images
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET