CSequenceIndexOf Method Terminal Works - PDF Printing.Net Library
Returns the index of the specified value in the sequence or -1, if no such value is in the sequence.

Namespace: PdfEdit.Pdf.Content.Objects
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public int IndexOf(
	CObject value
)

Parameters

value
Type: PdfEdit.Pdf.Content.ObjectsCObject

Return Value

Type: Int32
See Also

Reference