Leadtools.Dicom.Services

TransferSyntax Property (ImageInfo)

Show in webframe



Gets or Sets the Transfer Syntax.
Syntax
'Declaration
 
Public Property TransferSyntax As String
'Usage
 
Dim instance As ImageInfo
Dim value As String
 
instance.TransferSyntax = value
 
value = instance.TransferSyntax
public string TransferSyntax {get; set;}
public:
property String^ TransferSyntax {
   String^ get();
   void set (    String^ value);
}

Property Value

Character System.String that contains the UID of the new Transfer Syntax.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.