Aspose::Pdf::Annotations::AppearanceDictionary::CopyTo method
Contents
[
Hide
]AppearanceDictionary::CopyTo(const System::ArrayPtr<System::SharedPtr<XForm>>&, int32_t) method
Copies the elements of the dictionary to an Array, starting at a particular Array index.
void Aspose::Pdf::Annotations::AppearanceDictionary::CopyTo(const System::ArrayPtr<System::SharedPtr<XForm>> &array, int32_t index)
| Parameter | Type | Description |
|---|---|---|
| array | const System::ArrayPtr<System::SharedPtr<XForm>>& | Array where items must be copied. |
| index | int32_t | Index where items must be copied. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AppearanceDictionary::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>>, int32_t) method
Copies the elements of the ICollection to an Array, starting at a particular Array index.
void Aspose::Pdf::Annotations::AppearanceDictionary::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>> array, int32_t arrayIndex) override
| Parameter | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>> | The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing. |
| arrayIndex | int32_t | The zero-based index in array at which copying begins. |
Remarks
No bounds checking is performed.
See Also
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++