DicomObjects Reference
DicomObjects Reference / DicomDataSet Object / ReceivedSyntax Property
In This Topic
    ReceivedSyntax Property
    In This Topic
    Description
    Transfer Syntax with which SOP instance was received or read
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property ReceivedSyntax As String
    Remarks
    The value returned is the UID, in dotted numerical form, or the transfer syntax used.
    This property may be useful to programs that handle compressed images, that wish to avoid re-compression of images, e.g. when using the WriteFile method.
    If an image has been created locally, then a zero-length string is returned
    See Also