Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ErrorResilienceSymbol Property
See Also 
Leadtools.Codecs Namespace > CodecsJpeg2000Options.CodecsJpeg2000SaveOptions Class : ErrorResilienceSymbol Property



Gets or sets a value indicating whether 4 symbol marker is included for each bit-plane.

Syntax

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

Return Value

true if a 4 symbol marker is included for each bit-plane, following the normalization pass; otherwise, false.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also