Table of Contents

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

true 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