Cuminas DjVu SDK for .NET Framework
OwnerWindow Property



Syntax
Public Property OwnerWindow As IWin32Window
Dim instance As OcrSettings
Dim value As IWin32Window
 
instance.OwnerWindow = value
 
value = instance.OwnerWindow
public IWin32Window OwnerWindow {get; set;}
public:
property IWin32Window^ OwnerWindow {
   IWin32Window^ get();
   void set (    IWin32Window^ value);
}
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

OcrSettings Class
OcrSettings Members

Send Feedback