Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

ViewCreateOptions Property

Show in webframe
Options to use when creating the image viewer for the view.
Syntax
get_viewCreateOptions();
Object.defineProperty('viewCreateOptions');

Property Value

TypeDescription
ImageViewerCreateOptionsOptions to use when creating the image viewer for the view. Default value is a new instance of ImageViewerCreateOptions with UseElements set to true.
Remarks

This is set to a new instance of ImageViewerCreateOptions object that will be used to create the ImageViewer used with View. Use can set values in this option to override the default behavior if needed. For example, set turn on UseElements off (from the default value of true).

Note ViewCreateOptions and ThumbnailsCreateOptions are already initialized for you, do not set a new object in these properties. Modify the object directly if needed: documentViewerCreateOptions.viewCreateOptions.useElements = false; or var viewCreateOptions = documentViewerCreateOptions.viewCreateOptions; viewCreateOptions.useElements = false;.

See Also

Reference

DocumentViewerCreateOptions Object
DocumentViewerCreateOptions Members

Error processing SSI file
  Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features