TextBlockMeasure Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Measures the text width(in points) of the text block.

Namespace:  Apitron.PDF.Kit.FlowLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double Measure(
	ResourceManager resourceManager
)

Parameters

resourceManager
Type: Apitron.PDF.Kit.FixedLayout.ResourcesResourceManager
The resource manager.

Return Value

Type: Double
Width of the text in points. It does not include Margin, Padding and Border.
See Also

Reference