Property IsTransformed
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsTransformed
Gets a value indicating whether this chunk is drawn transformed.
public bool IsTransformed { get; }
Property Value
- bool
true
if the chunk is drawn transformed; otherwisefalse
.
Remarks
Sometimes text gets drawn on a page rotated, scaled and / or flipped. In any such a
case this property returns true
.
Read the Extract detailed text information for an example of using text data.
- See Also