ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / ClientRectangle Property

In This Topic
    ClientRectangle Property (C1WordDocument)
    In This Topic
    Gets client rectangle of this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClientRectangle As Rect
    public Rect ClientRectangle {get;}

    Property Value

    The client rectangle of the Word/RTF document.
    See Also