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

The following tables list the members exposed by ImageInfoEx.

Public Constructors

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

Public Properties

 NameDescription
public Property BitAllocated Gets or sets the number of bits allocated for each pixel sample. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property BitsStored Gets or sets the number of bits stored for each pixel sample. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property DicomFileSize Gets or Sets the DICOM file size. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property Height Gets or sets height of the image. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property HighBit Gets or sets the image window level high bit value. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property NumberOfFrames Gets or Sets the number of frames in the image. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property PhotometricInterpretation Gets or sets the Photometric type code. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property PixelRepresentation Gets or Sets the pixel representation. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property PlanarConfiguration Gets or sets the planar configuration (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property TransferSyntax Gets or Sets the Transfer Syntax. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property Width Gets or Sets the width of the image. (Inherited from Leadtools.Dicom.Services.DataTypes.ImageInfo)
public Property XResolution Gets or sets the X-Resolution of the image.  
public Property YResolution Gets or sets the Y-Resolution of the image.  
Top

See Also