LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ImageFormat Class Members
See Also  Properties  Methods  Events
Leadtools.Dicom.Web Namespace : ImageFormat Class

The following tables list the members exposed by ImageFormat.

Public Constructors

 NameDescription
public Constructor ImageFormat ConstructorInitializes a new instance of the ImageFormat  
Top

Public Properties

 NameDescription
public Property BitsPerPixelGets or sets the Bits Per Pixel of the image.  
public Property ExtensionDataOverloaded. Inherits from System.Runtime.Serialization.IExtensibleDataObject  
public Property FormatGets or sets the image file format and compression.  
public Property HeightGets or sets the Height of the image.  
public Property QualityFactorGets or sets the Quality Factor (Q. Factor) for lossy image compression.  
public Property WidthGets or sets the Width of the image.  
Top

Protected Methods

 NameDescription
protected Method RaisePropertyChangedRaises the Study.PropertyChanged event.  
Top

Public Events

 NameDescription
public Event PropertyChangedOccurs when a property value change.  
Top

See Also