Aspose::Pdf::ArtifactCollection::Delete método

ArtifactCollection::Delete(const System::SharedPtr<Artifact>&) method

Elimina el artefacto especificado.

void Aspose::Pdf::ArtifactCollection::Delete(const System::SharedPtr<Artifact> &artifact)
ParámetroTipoDescripción
artifactconst System::SharedPtr<Artifact>&Artifact que será eliminado.

Ver también

ArtifactCollection::Delete(int32_t) method

Elimina el artefacto por su índice.

void Aspose::Pdf::ArtifactCollection::Delete(int32_t index)
ParámetroTipoDescripción
índiceint32_tÍndice del artefacto a eliminar.

Ver también