PageData ContentArea Property DocuWare Platform .NET API
Gets or sets the area of the content of the page.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public DWRectangle ContentArea { get; set; }

Property Value

Type: DWRectangle
Remarks

The content of a page is the part where the text resided. If the page is blank or the server cannot determine such an area the rectangle should contain the entire page.
Remarks

If this field is null the server has not yet calculated the size of this page.
See Also