PDFView4NET WinForms Edition
InteriorColor Property (PDFMeasureAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFMeasureAnnotation Class : InteriorColor Property
Gets or sets the annotation's interior color.
Syntax
'Declaration
 
Public Property InteriorColor As PDFRgbColor
'Usage
 
Dim instance As PDFMeasureAnnotation
Dim value As PDFRgbColor
 
instance.InteriorColor = value
 
value = instance.InteriorColor
public PDFRgbColor InteriorColor {get; set;}
public: __property PDFRgbColor* get_InteriorColor();
public: __property void set_InteriorColor( 
   PDFRgbColor* value
);
public:
property PDFRgbColor^ InteriorColor {
   PDFRgbColor^ get();
   void set (    PDFRgbColor^ value);
}

Property Value

The annotation interior color.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMeasureAnnotation Class
PDFMeasureAnnotation Members