Aspose::Pdf::Document::GetObjectById método
Document::GetObjectById method
Obtiene un objeto con el ID especificado en el documento.
System::SharedPtr<System::Object> Aspose::Pdf::Document::GetObjectById(const System::String &id)
| Parámetro | Tipo | Descripción |
|---|---|---|
| id | const System::String& | El id del objeto. |
ReturnValue
El objeto con el id especificado. Nulo si no se encuentra el id.
Ver también
- Typedef SharedPtr
- Class Object
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++