Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZoneCell Class : BackgroundFillStyle Property |
public OcrBackgroundFillStyle BackgroundFillStyle {get; set;}
'Declaration
Public Property BackgroundFillStyle As OcrBackgroundFillStyle
'Usage
Dim instance As OcrZoneCell Dim value As OcrBackgroundFillStyle instance.BackgroundFillStyle = value value = instance.BackgroundFillStyle
public OcrBackgroundFillStyle BackgroundFillStyle {get; set;}
@property (nonatomic, assign) LTOcrBackgroundFillStyle backgroundFillStyle
public OcrBackgroundFillStyle getBackgroundFillStyle() public void setBackgroundFillStyle(OcrBackgroundFillStyle value)
<br/>get_BackgroundFillStyle();<br/>set_BackgroundFillStyle(value);<br/>Object.defineProperty('BackgroundFillStyle');
public: property OcrBackgroundFillStyle BackgroundFillStyle { OcrBackgroundFillStyle get(); void set ( OcrBackgroundFillStyle value); }