ActiveReports Developer 7
ImageLineWeight Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 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

See Also