←Select platform

Owner Property

Summary

Gets or sets the owner window handle. This is an optional property.

Syntax

C#
C++/CLI
Python
public IntPtr Owner { get; set; } 
public:  
   property System::IntPtr Owner 
   { 
      System::IntPtr get() 
      void set(System::IntPtr value) 
   } 
Owner # get and set (TwainScanningService) 

Property Value

The owner window handle.

Remarks

The service has a part that shows visuals (UI) and has desktop interactions.

Use this property to set the window handle for the parent window for any UI shown by the service.

Requirements

Target Platforms

See Also

TwainScanningService Class

TwainScanningService Members

Leadtools.Services.Twain Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.