Click or drag to resize
PageDataContentArea Property
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: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute(IsNullable = true)]
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