ImageGear .NET - Updated
Makeup Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : Makeup Property
Gets or sets Makeup infomation (formatting attributes).
Syntax
'Declaration
 
Public Property Makeup As ImGearRecMakeupInfo
'Usage
 
Dim instance As ImGearRecLetter
Dim value As ImGearRecMakeupInfo
 
instance.Makeup = value
 
value = instance.Makeup
public ImGearRecMakeupInfo Makeup {get; set;}
public: __property ImGearRecMakeupInfo get_Makeup();
public: __property void set_Makeup( 
   ImGearRecMakeupInfo value
);
public:
property ImGearRecMakeupInfo Makeup {
   ImGearRecMakeupInfo get();
   void set (    ImGearRecMakeupInfo value);
}

Property Value

ImGearRecMakeupInfo enumeration value.
Remarks
Since the recognition data does not contain extra characters for marking the ends of lines, paragraphs, pages, etc, these items of information are stored for the particular characters in this property. It can be any binary OR-ed combination of the ImGearRecMakeupInfo flags.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members