DVTk API
TransferSyntax Property
DVTkDvtkData.MediaFileHeadTransferSyntax
DVTk API

[This is preliminary documentation and is subject to change.]

Uniquely identifies the Transfer Syntax used to encode the following Data Set. This Transfer Syntax does not apply to the File Meta Information.
Declaration Syntax
C#Visual BasicVisual C++
public TransferSyntax TransferSyntax { get; set; }
Public Property TransferSyntax As TransferSyntax
public:
property TransferSyntax^ TransferSyntax {
	TransferSyntax^ get ();
	void set (TransferSyntax^ value);
}
Remarks
Note: It is recommended to use one of the DICOM Transfer Syntaxes supporting explicit Value Representation encoding to facilitate interpretation of File Meta Element Values (See PS 3.5 of the DICOM Standard).
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0