Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

TransferSyntax Property (ObjectInstanceInformation)






Gets or sets the Transfer Syntax for the specified DICOM object.
Syntax
public string TransferSyntax {get; set;}
'Declaration
 
Public Property TransferSyntax As String
'Usage
 
Dim instance As ObjectInstanceInformation
Dim value As String
 
instance.TransferSyntax = value
 
value = instance.TransferSyntax

            

            
public:
property String^ TransferSyntax {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String value representing the Transfer Syntax for the DICOM object.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformation Class
ObjectInstanceInformation Members

Error processing SSI file