Gets a format reader associated with the frame (thread-unsafe version).
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend ReadOnly Property FormatReaderTU As CustomFormatReader
protected internal CustomFormatReader FormatReaderTU { get; }
Use protected thread-unsafe versions of xxxTU properties instead of the public ones (without TU postfix) inside of the code of your custom codec. You should use to avoid deadlocks during multithreaded calls.