Font
Leave feedback
On this page
Font settings
public class Font : ValueObject
| Name | Description |
|---|---|
| Font(string) | creates new Font instance with default size 12 |
| Font(string, float) | creates new Font instance |
| Name | Description |
|---|---|
| Bold { get; set; } | Font bold |
| FamilyName { get; } | Font family name |
| Italic { get; set; } | Font italic |
| Size { get; } | Font size |
| Underline { get; set; } | Font underline |
| Name | Description |
|---|---|
| override Equals(object) | Determines whether two object instances are equal. |
| virtual Equals(ValueObject) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
- class ValueObject
- namespace GroupDocs.Conversion.Options.Convert
- assembly GroupDocs.Conversion
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.