Aspose::Pdf::ImagePlacementAbsorber::Visit method

ImagePlacementAbsorber::Visit(System::SharedPtr<Document>) method

Performs search on the specified document.

void Aspose::Pdf::ImagePlacementAbsorber::Visit(System::SharedPtr<Document> pdf)
ParameterTypeDescription
pdfSystem::SharedPtr<Document>Pdf pocument object.

See Also

ImagePlacementAbsorber::Visit(System::SharedPtr<Page>) method

Performs search on the specified page.

void Aspose::Pdf::ImagePlacementAbsorber::Visit(System::SharedPtr<Page> page)
ParameterTypeDescription
pageSystem::SharedPtr<Page>Pdf pocument page object.

See Also