ActiveReports 12
ImageLineWeight Enumeration

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : ImageLineWeight Enumeration
Used with ImageInfo.LineWeight to specify the weight of a line bounding an image.
Syntax
'Declaration
 
Public Enum ImageLineWeight 
   Inherits System.Enum
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

Reference

GrapeCity.SpreadBuilder.Imaging Namespace