LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

Format Property






Gets or sets the image file format and compression.
Syntax
[DataMemberAttribute(true)]
public string Format {get; set;}
'Declaration
 
<DataMemberAttribute(True)>
Public Property Format As String
'Usage
 
Dim instance As ImageFormat
Dim value As String
 
instance.Format = value
 
value = instance.Format
[DataMemberAttribute(true)]
public string Format {get; set;}
DataMemberAttribute()
 get_Format();
set_Format(value);
[DataMemberAttribute(true)]
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageFormat Class
ImageFormat Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.