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 Constructor Create a new WriteBehaviours object  
    Top
    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 write a Basic Offset Table (BOT) for encapsulated (compressed) pixel data.  
    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