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)
Parameter | Type | Description |
---|---|---|
const System::SharedPtr<Document>& | Pdf pocument object. |
See Also
- Typedef SharedPtr
- Class Document
- Class ImagePlacementAbsorber
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
ImagePlacementAbsorber::Visit(const System::SharedPtr<Page>&) method
Performs search on the specified page.
void Aspose::Pdf::ImagePlacementAbsorber::Visit(const System::SharedPtr<Page> &page)
Parameter | Type | Description |
---|---|---|
page | const System::SharedPtr<Page>& | Pdf pocument page object. |
See Also
- Typedef SharedPtr
- Class Page
- Class ImagePlacementAbsorber
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++