Click or drag to resize
Pdftools logo

Size Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    PdfTools.Toolbox.Geometry.RealSize

Namespace: PdfTools.Toolbox.Geometry.Real
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public struct Size

The Size type exposes the following members.

Properties
 NameDescription
Public propertyHeight

The Height value (vertical size).

Public propertyWidth

The Width value (horizontal size).

Top
See Also