DicomObjects.NET.V8
DicomObjects Namespace / WriteBehaviours Class

In This Topic
    WriteBehaviours Class Properties
    In This Topic

    For a list of all members of this type, see WriteBehaviours members.

    Public Properties
     NameDescription
    Public Property Allows data to do be written with odd lengths  
    Public PropertyControls whether DicomObjects alters Lossy compression related attributes (for e.g. Instance UID, Source Image Sequence and Image Type) to reflect the change in data due to lossy compression. ChangeLossyUIDs is a subset of this property where that only controls the UID changes but the other attributes are updated appropriately  
    Public Property Controls whether DicomObjects changes the UID when doing lossy compression  
    Public Property Controls whether to compress icon pixcel data if using an encapsulated (compressed) transfer syntax.  
    Public Property Controls whether sequence itemss are written out using Implicit or Explicit lengths for the sequence  
    Public Property Controls whether sequences are written out using Implicit or Explicit lengths for the sequence  
    Public Property Controls the creation of the Basic Offset Table (BOT) when writing data to non-seekable streams such as the network.  
    Public Property Controls whether to include JPEG comments during compression  
    Public Property Controls whether to make changes to the rescale slope and offset if compressing to a smaller range.  
    Public Property Controls the creation of the Basic Offset Table (BOT) when writing data to seekable streams such as files.  
    Top
    See Also