Aspose::Pdf::DataEditor::CosPdfDictionary::CopyTo metod

CosPdfDictionary::CopyTo method

Kopierar elementen i CosPdfDictionary till en Array, med start vid ett specifikt Array index.

void Aspose::Pdf::DataEditor::CosPdfDictionary::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>> array, int32_t arrayIndex) override
ParameterTypBeskrivning
arraySystem::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>>Den endimensionella Array som är målet för elementen som kopierats från CosPdfDictionary. Array måste ha nollbaserad indexering.
arrayIndexint32_tDet nollbaserade indexet i arrayen där kopieringen börjar.

Se även