Aspose::Pdf::ImagePlacementAbsorber::Visit method

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

Performs search on the specified document.

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

See Also

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

Performs search on the specified page.

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

See Also