C1.WPF.Document Assembly / C1.WPF.Word Namespace / DrawingElementEventArgs Class
Properties


DrawingElementEventArgs Class Members

The following tables list the members exposed by DrawingElementEventArgs.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of a DrawingElementEventArgs.  
Top
Public Properties
 NameDescription
Public PropertyGets the coordinates, in logical pixels, of the element being rendered.  
Public PropertyGets the System.Windows.Media.Transform used to convert coordinates between logical pixels and PDF page units (points).  
Public PropertyGets a reference to the element being rendered.  
Public PropertyGets or sets a value that determines whether the event handler has rendered the element.  
Public PropertyGets a reference to the root of the element being rendered.  
Top
See Also