ImageGear for .NET
ImGearWordDocument Class
Members  See Also  Send Feedback
ImageGear21.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearWordDocument Class




Glossary Item Box

Represents Word Documents.

Object Model

ImGearWordDocument ClassImGearDocument ClassImGearDocumentPageArray ClassImGearPage Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

This class displays Word documents.

The document can be created and processed in any thread with any apartment state - STA or MTA. But if it should be displayed as well, then there are some concepts, which should be taken into account.

In WPF display scale mode the document must be created in UI thread, otherwise System.InvalidOperationException will be thrown, telling that "The calling thread cannot access this object because a different thread owns it". This is requirement of Windows Presentation Foundation.

In Native display scale mode, which is default for ImageGear, there are no any restrictions for displaying Word pages in multithreaded environment.

Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearDocument
      ImageGear.Formats.Office.ImGearWordDocument

See Also

©2013. Accusoft Corporation. All Rights Reserved.