Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also