Click or drag to resize

PdfTextLength Property

Gets the number of Unicode characters in the current PdfText object.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public int Length { get; }

Property Value

Int32
The number of Unicode characters in the current PdfText object.
See Also