OperatorCollectionInsert Method (Int32, IListOperator) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Insert(
int at,
IList<Operator> ops
)
Public Sub Insert (
at As Integer,
ops As IList(Of Operator)
)
public:
void Insert(
int at,
IList<Operator^>^ ops
)
member Insert :
at : int *
ops : IList<Operator> -> unit
Parameters
- at
- Type: SystemInt32
- ops
- Type: System.Collections.GenericIListOperator
See Also