document Property

Summary

Gets the owner document of this DocumentText

Syntax

JavaScript Syntax
Object.defineProperty(DocumentText.prototype, 'document', 
	get: function() 
) 
TypeScript Syntax
document: Document; // read-only 

Property Value

The owner Document object of this DocumentText.

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.Documents Assembly