Pdf3DCrossSection
IntersectionColor Property
|
Gets or sets the intersection color.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
PdfRGBColor
See Also