Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Region Property (InvertedTextCommandEventArgs)








Gets a LEADTOOLS RasterRegion representing the inverted text to be removed. Dispose of this region when it is no longer needed.
Syntax
public RasterRegion Region {get;}
'Declaration
 
Public ReadOnly Property Region As RasterRegion
'Usage
 
Dim instance As InvertedTextCommandEventArgs
Dim value As RasterRegion
 
value = instance.Region
public RasterRegion Region {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterRegion *region
public RasterRegion getRegion()
 get_Region(); 
public:
property RasterRegion^ Region {
   RasterRegion^ get();
}

Property Value

LEADTOOLS RasterRegion representing the inverted text to be removed. Dispose of this region when it is no longer needed.
Example
Refer to InvertedTextCommandEventArgs(RasterImage, Region, LeadRect, int, int)
Requirements

Target Platforms

See Also

Reference

InvertedTextCommandEventArgs Class
InvertedTextCommandEventArgs Members

Error processing SSI file