PdfPath.IsTransformed Property

Gets a value indicating whether this path 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: Boolean
true if the path is drawn transformed; otherwise false.

See Also