1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. SignatureFont

SignatureFont

SignatureFont class

Creates instance of SignatureFont class to specify Font properties.

public class SignatureFont

Constructors

Name Description
SignatureFont() Create SignatureFont with default values.

Properties

Name Description
Bold { get; set; } Gets or sets font bold style
FamilyName { get; set; } Gets or sets font family name
Italic { get; set; } Gets or sets font italic style
Size { get; set; } Gets or sets font size
Strikeout { get; set; } Gets or sets font strikeout style
Underline { get; set; } Gets or sets font underline style

Methods

Name Description
implicit operator Convert System.Drawing.Font to SignatureFont.

See Also