Size
Leave feedback
On this page
Represents a size.
public sealed class Size
| Name | Description |
|---|---|
| Height { get; } | Gets the height. |
| IsEmpty { get; } | Gets a value that indicates whether the size is empty. |
| Width { get; } | Gets the width. |
| Name | Description |
|---|---|
| static Parse(string) | Converts the string representation of a size to its class equivalent. |
| override ToString() | Converts the value of this instance to String. |
| static TryParse(string, out Size) | Converts the string representation of a size to its class equivalent. A return value indicates whether the conversion is succeeded or failed. |
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.