LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Format Property

Show in webframe



Gets or sets the image file format and compression.
Syntax
'Declaration
 
Public Property Format As String
'Usage
 
Dim instance As ImageFormat
Dim value As String
 
instance.Format = value
 
value = instance.Format
public string Format {get; set;}
public:
property String^ Format {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String value representing the mime type of the image.
Remarks

Check the SupportedImageFormat for valid values.

Requirements

Target Platforms

See Also

Reference

ImageFormat Class
ImageFormat Members

 

 


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