Gets or sets the inner line color of the annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfRGBColor InnerLineColor { get; set; }
Public Property InnerLineColor As PdfRGBColor Get Set
public: property PdfRGBColor InnerLineColor { PdfRGBColor get (); void set (PdfRGBColor value); }
member InnerLineColor : PdfRGBColor with get, set