Click or drag to resize

PdfFileAttachmentAppearanceColor Property

Gets or sets the color.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public PdfColor? Color { get; set; }

Property Value

NullablePdfColor
The color.
Exceptions
ExceptionCondition
ArgumentExceptionThe value's Space is not device color space (DeviceGray, DeviceRGB, or DeviceCMYK).
See Also