OperatorCollectionInsert Method (Int32, IListOperator)

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Insert(
	int at,
	IList<Operator> ops
)

Parameters

at
Type: SystemInt32
ops
Type: System.Collections.GenericIListOperator
See Also