| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Load As CodecsJbig2LoadOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsJbig2Options Dim value As CodecsJbig2LoadOptions value = instance.Load | |
| C# | |
|---|---|
public CodecsJbig2LoadOptions Load {get;} | |
| C++/CLI | |
|---|---|
public: property CodecsJbig2LoadOptions^ Load { CodecsJbig2LoadOptions^ get(); } | |
Property Value
A CodecsJbig2LoadOptions class that contains the options to be used when loading JBIG2 images.For an example, refer to CodecsJbig2Options.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code