PDFView4NET WPF Edition
PolygonInteriorColor Property




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

Property Value

The polygon 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

PDFPolygonAnnotation Class
PDFPolygonAnnotation Members