Back to Devexpress

PdfSignatureFontSettings.Color Property

officefileapi-devexpress-dot-pdf-dot-pdfsignaturefontsettings.md

latest1.4 KB
Original Source

PdfSignatureFontSettings.Color Property

Gets or sets the font color.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRGBColor Color { get; set; }
vb
Public Property Color As PdfRGBColor

Property Value

TypeDescription
PdfRGBColor

The font color.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Color
PdfSignatureAppearance

.SignatureDetailsFont .Color

| | PdfSignatureAppearance |

.SignatureNameFont .Color

|

See Also

PdfSignatureFontSettings Class

PdfSignatureFontSettings Members

DevExpress.Pdf Namespace