DicomFrameMetadata Class Members
In This Topic
The following tables list the members exposed by
DicomFrameMetadata.
Public Constructors
Public Properties
| Name | Description |
 | AvailableVoiLuts | Gets the available VOI LUTs (value of interest lookup tables). |
 | BitsPerPixel | Gets the frame bit depth, which is received from DICOM decoder. (Inherited from DicomPageMetadata) |
 | BitsStored | Gets the number of bits per channel for DICOM image. |
 | CanCopy | Gets a value indicating whether the metadata node can be copied to the new metadata tree. (Inherited from MetadataNode) |
 | CanRemove | Gets a value indicating whether the metadata node can be removed from children collection of parent node. (Inherited from MetadataNode) |
 | ColorSpace | Gets the color space of DICOM frame image. |
 | Compression | Gets the compression algorithm, which is used for compressing DICOM frame image. |
 | ContentActions | Gets the content actions of document page. (Inherited from PageMetadata) |
 | FrameNumber | Gets the frame number. |
 | HasPatientImageOrientationXAxis | Gets a value indicating whether the information about X-vector direction is stored in a DICOM frame. |
 | HasPatientImageOrientationYAxis | Gets a value indicating whether the information about Y-vector direction is stored in a DICOM frame. |
 | HasPatientImagePosition | Gets a value indicating whether the information about patient location is stored in a DICOM frame. |
 | HasResolution | Gets a value indicating whether the information about image resolution is stored in a DICOM frame. (Inherited from DicomPageMetadata) |
 | HasValue | Gets a value indicating whether the node has value. (Inherited from DicomPageMetadata) |
 | ImageHeight | Gets the height, in pixels, of DICOM frame. (Inherited from DicomPageMetadata) |
 | ImageWidth | Gets the width, in pixels, of DICOM frame. (Inherited from DicomPageMetadata) |
 | IsChanged | Gets a value indicating whether the node is changed. (Inherited from MetadataNode) |
 | IsLeafNode | Gets a value indicating whether the node is leaf of metadata tree. (Inherited from MetadataNode) |
 | IsLosslessCompression | Gets a value indicating whether DICOM frame is compressed with lossless compression. |
 | IsPixelDataSigned | Gets a value indicating whether the DICOM image pixel data values are stored as signed numeric values. |
 | IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from MetadataNode) |
 | ModalityLut | Gets the default M-LUT (modality lookup table). |
 | Name | Gets a name of the node. (Inherited from MetadataNode) |
 | OverlayImages | Gets the overlay images of DICOM frame image. |
 | PageLabel | Gets the page label. (Inherited from PageMetadata) |
 | PageNumber | Gets the page number. (Inherited from DicomPageMetadata) |
 | Parent | Gets the parent node of the node. (Inherited from MetadataNode) |
 | PatientImageOrientationXAxis | Gets the X-vector direction vector for patient of the patient image. |
 | PatientImageOrientationYAxis | Gets the Y-vector direction vector for patient of the patient image. |
 | PatientImagePosition | Gets the location, in millimeters, for patient of the DICOM frame. |
 | Resolution | Gets or sets the resolution, in pixels per inch. (Inherited from DicomPageMetadata) |
 | SourceBitsPerPixel | Gets the frame bit depth, which is retrieved from DICOM frame. (Inherited from DicomPageMetadata) |
 | TextRegionMetadata | Gets the text region metadata. (Inherited from PageMetadata) |
 | Value | Gets or sets a value of the node. (Inherited from MetadataNode) |
 | VoiLut | Gets the default VOI LUT (value of interest lookup table). |
Protected Properties
Public Methods
Protected Methods
Public Events
| Name | Description |
 | Changed | Occurs when metadata tree node is changed. (Inherited from PageMetadata) |
See Also