ActiveReports 8
ImageLineWeight Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : ImageLineWeight Enumeration

Glossary Item Box

Used with ImageInfo.LineWeight to specify the weight of a line bounding an image.

Syntax

Visual Basic (Declaration) 
Public Enum ImageLineWeight 
   Inherits System.Enum
C# 
public enum ImageLineWeight : System.Enum 

Members

MemberDescription
DoubleRenders a double line around the image.
HairlineRenders a thin line around the image.
SingleRenders a single line around the image.
ThickRenders a thick line around the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Imaging.ImageLineWeight

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