Table of Contents

Enum PdfAnnotationColorType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the type of color associated with a PDF annotation.

public enum PdfAnnotationColorType

Fields

Color = 0
InteriorColor = 1

Remarks

This enumeration is used to distinguish between the primary color of the annotation and its interior color, if applicable. The values correspond to specific color roles within a PDF annotation's appearance.