Size Structure
Stores the height and width.
public struct Size : ValueType
Public Structure Size
Inherits ValueType
Inheritance: ObjectValueTypeSize
Licensing Info
This struct is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
Constructors
| Size(Single, Single) | Initializes a new instance of Size from the specified height and width. |
Properties
| Height | Get or sets the height. |
| Width | Gets or sets the width. |
Methods
| Equals(Object) | Compares two size objects for equality. |
| GetHashCode() | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns the fully qualified type name of this instance. (Inherited from ValueType) |