ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 System.Drawing.RectangleF
    public System.Drawing.RectangleF ClientRectangle {get;}

    Property Value

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