Visual Basic (Declaration) | |
---|---|
Public Property PredictableTermination As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomJpeg2000Options Dim value As Boolean instance.PredictableTermination = value value = instance.PredictableTermination |
C# | |
---|---|
public bool PredictableTermination {get; set;} |
Property Value
true if the encoder has a predictable termination policy and identifies that the policy was used in the code-stream COD/COC markers , false if not.For an example, refer to DicomDataSet.Jpeg2000Options.
This can be used to implement error detection and concealment.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)