Gets or sets the intersection color.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfRGBColor IntersectionColor { get; set; }
Public Property IntersectionColor As PdfRGBColor Get Set
public: property PdfRGBColor IntersectionColor { PdfRGBColor get (); void set (PdfRGBColor value); }
member IntersectionColor : PdfRGBColor with get, set