Click or drag to resize

MultipleBordersSetBorders(MultipleBorderTypes, BorderStyle, Color, Double) Method

Sets the specified borders.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public void SetBorders(
	MultipleBorderTypes borderTypes,
	BorderStyle borderStyle,
	Color borderColor,
	double borderWidth
)

Parameters

borderTypes  MultipleBorderTypes
The border types to set.
borderStyle  BorderStyle
The border style.
borderColor  Color
The border color.
borderWidth  Double
The border width in points.
See Also