parent Property (original) (raw)

Leadtools.Document.Viewer Namespace > Classes > PrintDocumentOptions Object > Properties > parent Property

In This Topic ▼

Summary

Syntax

Property Value

Remarks

Requirements

See Also

Reference

Summary

The element in the DOM to which the composed print elements will be appended.

Syntax

TypeScript

JavaScript

Object.defineProperty(PrintDocumentOptions.prototype, 'parent', get: function(), set: function(value) )

parent: HTMLElement; 

Property Value

An HTMLElement that is used in conjunction with AutoOpenBrowserPrint to show the browser's print dialog immediately after preparing print items. The default value is null.

Remarks

When preparing print with DocumentViewer.Print, print pages are added to DocumentPrintPageData.PageElement until the final product is created through DocumentPrintData.BuildPrintRoot. Then, DocumentPrintData.Root is an element with all the print elements as its descendants. If AutoOpenBrowserPrint is true at the time the print method completes, DocumentViewer.OpenBrowserPrint is called with Parent and DocumentPrintData.Root passed as the first two arguments. If AutoOpenBrowserPrint is false, the user is responsible for calling DocumentViewer.OpenBrowserPrint.

If AutoOpenBrowserPrint is true at the start of DocumentViewer.Print, DocumentViewer.Print will verify that Parent is non-null before it begins rendering the print pages. Otherwise, it does not matter to DocumentViewer.Print what the value of Parent is, as the user will be calling DocumentViewer.OpenBrowserPrint themselves.

For more information, refer to DocumentViewer.Print.

History

19.0.0.48

Added

Requirements

Target Platforms

See Also

Reference

PrintDocumentOptions Class

PrintDocumentOptions Members

Leadtools.Document.Viewer Namespace

Download our FREE evaluation

Help Version 22.0.2023.4.18

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