Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SelectiveAcBypass Property
See Also 
Leadtools.Dicom Namespace > DicomJpeg2000Options Structure : SelectiveAcBypass Property



Gets or sets the value that indicates whether the "lazy coding mode" is adopted or not.

Syntax

Visual Basic (Declaration) 
Public Property SelectiveAcBypass As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomJpeg2000Options
Dim value As Boolean
 
instance.SelectiveAcBypass = value
 
value = instance.SelectiveAcBypass
C# 
public bool SelectiveAcBypass {get; set;}
C++/CLI 
public:
property bool SelectiveAcBypass {
   bool get();
   void set (bool value);
}

Return Value

true if "lazy coding mode" is adopted, In this case, trailing bit-planes bypass the arithmetic coder except in the normalization pass. Otherwise, the arithmetic coder is used on all passes.

Example

For an example, refer to DicomDataSet.Jpeg2000Options.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features