ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / DrawingElementEventArgs Class / DocumentTransform Property

In This Topic
    DocumentTransform Property
    In This Topic
    Gets the Windows.UI.Xaml.Media.Transform used to convert coordinates between logical pixels and PDF page units (points).
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentTransform As Transform
    public Transform DocumentTransform {get;}
    See Also