Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ImageInfo Class Members
See Also  Properties 
Leadtools.Dicom.Services.DataTypes Namespace : ImageInfo Class

The following tables list the members exposed by ImageInfo.

Public Constructors

 NameDescription
public Constructor ImageInfo ConstructorInitializes a new instance of the Leadtools.Dicom.Services.DataTypes.ImageInfo class.  
Top

Public Properties

 NameDescription
public Property BitAllocated Gets or sets the number of bits allocated for each pixel sample.  
public Property BitsStored Gets or sets the number of bits stored for each pixel sample.  
public Property DicomFileSize Gets or Sets the DICOM file size.  
public Property Height Gets or sets height of the image.  
public Property HighBit Gets or sets the image window level high bit value.  
public Property NumberOfFrames Gets or Sets the number of frames in the image.  
public Property PhotometricInterpretation Gets or sets the Photometric type code.  
public Property PixelRepresentation Gets or Sets the pixel representation.  
public Property PlanarConfiguration Gets or sets the planar configuration  
public Property TransferSyntax Gets or Sets the Transfer Syntax.  
public Property Width Gets or Sets the width of the image.  
Top

See Also