Size

Size class

Document size.

public class Size

Constructors

Name Description
Size() The default constructor.

Properties

Name Description
Height { get; set; } Height of original document.
Width { get; set; } Width of original document.

See Also