Gets a value indicating whether
Image is painted 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 image is painted transformed; otherwise
false.
Remarks
Often an image is painted scaled, flipped and / or rotated. In any such
case, this property returns true.
See Also