Click or drag to resize

PdfTextStyleAddition Operator

Masks one style object onto the other. Any value left null will not effect the original.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PdfTextStyle operator +(
	PdfTextStyle lhs,
	PdfTextStyle rhs
)

Parameters

lhs
Type: Atalasoft.PdfDoc.Generating.ShapesPdfTextStyle
The LHS.
rhs
Type: Atalasoft.PdfDoc.Generating.ShapesPdfTextStyle
The RHS.

Return Value

Type: PdfTextStyle
The result of the operator.
See Also