示例#1
0
文件: EndPath.cs 项目: xtuzy/PdfPig
 /// <inheritdoc />
 public void Run(IOperationContext operationContext)
 {
     operationContext.EndPath();
 }