Click or drag to resize
DWSize Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDWSize

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/settings/common")]
public class DWSize

The DWSize type exposes the following members.

Constructors
  NameDescription
Public methodDWSize
Initializes a new instance of the DWSize class
Top
Properties
  NameDescription
Public propertyHeight
The height in coordinates.
Public propertyWidth
The width in coordinates.
Top
Remarks