Gets a value indicating whether this chunk is drawn transformed.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool IsTransformed { get; }
VB
Public ReadOnly Property IsTransformed As Boolean
Get
Property Value
Type:
Booleantrue if the chunk is drawn transformed; otherwise
false.
Remarks
Sometimes text gets drawn on a page rotated, scaled and / or flipped. In any such
a case this property returns true.
See Also