Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
Jbig2 Property
See Also 
Leadtools.Codecs Namespace > CodecsOptions Class : Jbig2 Property




Gets the JBIG2 load and save options.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Jbig2 As CodecsJbig2Options
Visual Basic (Usage)Copy Code
Dim instance As CodecsOptions
Dim value As CodecsJbig2Options
 
value = instance.Jbig2
C# 
public CodecsJbig2Options Jbig2 {get;}
Managed Extensions for C++ 
public: __property CodecsJbig2Options* get_Jbig2();
C++/CLI 
public:
property CodecsJbig2Options^ Jbig2 {
   CodecsJbig2Options^ get();
}

Return Value

The JBIG2 load and save options.

Example

For an example, refer to CodecsJbig2Options.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also