Aspose::Pdf::BaseOperatorCollection::idx_get method

BaseOperatorCollection::idx_get method

Gets operator by its index.

virtual System::SharedPtr<Operator> Aspose::Pdf::BaseOperatorCollection::idx_get(int32_t index)=0
ParameterTypeDescription
indexint32_tIndex of operator. Numbering is starts from 1.

ReturnValue

Operator from requested index

See Also