owner Property

Summary

Gets the owner layer of this collection.

Syntax

JavaScript Syntax
Object.defineProperty(AnnLayerCollection.prototype, 'owner', 
	get: function() 
) 
TypeScript Syntax
owner: AnnLayer; // read-only 

Property Value

The owner layer of this collection. A value of null denote the default layer in the container.

Example

For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly