Property IsTransformed
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsTransformed
Gets a value indicating whether Image is painted transformed.
public bool IsTransformed { get; }
Property Value
- bool
trueif the image is painted transformed; otherwisefalse.
Remarks
Often an image is painted scaled, flipped and / or rotated. In any such
case, this property returns true.
- See Also