DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / ImportArguments Class
Properties


In This Topic
    ImportArguments Class Members
    In This Topic

    The following tables list the members exposed by ImportArguments.

    Public Properties
     NameDescription
    Public PropertyNumber of bits per sample allocated (always 8 or 16) (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyNumber of bits per sample used (always between 8 and 16) (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyThe full associated dataset (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyThe implementation UID of the original image (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public Property Controls whether data should be actually read and put into the PixelData attribute at import time  
    Public PropertyThe transfer syntax of the input data  
    Public PropertySign of the data (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public Property Value to place into DICOM attribute (0028,2114) when an image is compressed  
    Public PropertyThe photometric interpretation of the data (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyHow the colour pixel data is arranged (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyThe number of images planes. (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyThe size of the image (pixels x pixels) (Inherited from DicomObjects.Codecs.DicomCodecBaseArguments)
    Public PropertyThe stream from which compressed pixel data is obtained  
    Top
    See Also