Aspose::Pdf::Document::GetObjectById method
Document::GetObjectById method
Gets a object with specified ID in the document.
System::SharedPtr<System::Object> Aspose::Pdf::Document::GetObjectById(const System::String &id)
| Parameter | Type | Description |
|---|---|---|
| id | const System::String& | The object id. |
ReturnValue
The object with specified id. Null if the id is not found.
See Also
- Typedef SharedPtr
- Class Object
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++