DicomObjects.NET Core Documentation
DicomObjects Namespace / WriteBehaviours Class
Properties


In This Topic
    WriteBehaviours Class Members
    In This Topic

    The following tables list the members exposed by WriteBehaviours.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new WriteBehaviours object  
    Top
    Public Properties
     NameDescription
    Public PropertyAllows 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. is a subset of this property where that only controls the UID changes but the other attributes are updated appropriately  
    Public PropertyControls whether DicomObjects changes the UID when doing lossy compression  
    Public PropertyControls whether to compress icon pixcel data if using an encapsulated (compressed) transfer syntax.  
    Public PropertyControls whether sequence itemss are written out using Implicit or Explicit lengths for the sequence  
    Public PropertyControls whether sequences are written out using Implicit or Explicit lengths for the sequence  
    Public PropertyControls the creation of the Basic Offset Table (BOT) when writing data to non-seekable streams such as the network.  
    Public Property  
    Public PropertyControls whether to include JPEG comments during compression  
    Public PropertyControls whether to make changes to the rescale slope and offset if compressing to a smaller range.  
    Public PropertyControls the creation of the Basic Offset Table (BOT) when writing data to seekable streams such as files.  
    Top
    See Also