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
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public List<PdfPathOperation> Operations { get; }
Property Value
ListPdfPathOperation