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




Gets or sets a value indicating the type of region to use when saving.

Syntax

Visual Basic (Declaration) 
Public Property RegionOfInterest As CodecsJpeg2000RegionOfInterest
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000SaveOptions
Dim value As CodecsJpeg2000RegionOfInterest
 
instance.RegionOfInterest = value
 
value = instance.RegionOfInterest
C# 
public CodecsJpeg2000RegionOfInterest RegionOfInterest {get; set;}
Managed Extensions for C++ 
public: __property CodecsJpeg2000RegionOfInterest get_RegionOfInterest();
public: __property void set_RegionOfInterest( 
   CodecsJpeg2000RegionOfInterest value
);
C++/CLI 
public:
property CodecsJpeg2000RegionOfInterest RegionOfInterest {
   CodecsJpeg2000RegionOfInterest get();
   void set (CodecsJpeg2000RegionOfInterest value);
}

Return Value

The type of region to use.

Example

For an example, refer to CodecsJpeg2000Options.

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