PdfPathElementOperations Property

The ordered list of operations that build up the path. Operations are evaluated in order, with the current point tracked across them. The first operation must be a MoveTo; rendering throws an InvalidOperationException when the first operation is anything else

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public List<PdfPathOperation> Operations { get; }

Property Value

ListPdfPathOperation

See Also