Click or drag to resize

PdfBaseTextShapeGetTextStartOffset Method (Double, Double)

Gets the text start offset for a line of text. This is used to align text based on the alignment.

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 double GetTextStartOffset(
	double textLength,
	double spaceLength
)

Parameters

textLength
Type: SystemDouble
Length of the text.
spaceLength
Type: SystemDouble
Length of the space.

Return Value

Type: Double
A copy of this shape.
See Also