BorderInfo

Overview

BorderInfo is a class in Aspose.PDF FOSS for .NET.

Represents border information for table cells and rows.

This class provides 10 methods for working with BorderInfo objects in .NET programs. Available methods include: BorderInfo, Clone. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Bottom, Color, Left, Right, RoundedBorderRadius, Side, and 2 more.

Properties

NameTypeAccessDescription
SideBorderSideRead/WriteGets or sets the side.
WidthdoubleRead/WriteGets or sets the width.
ColorColorRead/WriteGets or sets the color.
TopGraphInfo?Read/WriteGets or sets the top.
BottomGraphInfo?Read/WriteGets or sets the bottom.
LeftGraphInfo?Read/WriteGets or sets the left.
RightGraphInfo?Read/WriteGets or sets the right.
RoundedBorderRadiusdoubleRead/WriteGets or sets the rounded border radius.

Methods

SignatureDescription
BorderInfo()Calls BorderInfo on this BorderInfo instance.
BorderInfo(borderSide: BorderSide)Calls BorderInfo(borderSide) on this BorderInfo instance.
BorderInfo(borderSide: BorderSide, width: double)Calls BorderInfo(borderSide, width) on this BorderInfo instance.
BorderInfo(borderSide: BorderSide, borderWidth: float)Calls BorderInfo(borderSide, borderWidth) on this BorderInfo instance.
BorderInfo(borderSide: BorderSide, width: double, color: Color)Calls BorderInfo(borderSide, width, color) on this BorderInfo instance.
BorderInfo(borderSide: BorderSide, borderWidth: float, borderColor: Color)Calls BorderInfo(borderSide, borderWidth, borderColor) on this BorderInfo instance.
BorderInfo(borderSide: BorderSide, borderColor: Color)Calls BorderInfo(borderSide, borderColor) on this BorderInfo instance.
BorderInfo(borderSide: BorderSide, info: GraphInfo)Calls BorderInfo(borderSide, info) on this BorderInfo instance.
Clone()Calls Clone on this BorderInfo instance.
BorderInfo(commonStyle: BorderPartStyle)Calls BorderInfo(commonStyle) on this BorderInfo instance.

See Also