Klassen Aspose::Pdf::Vector::SvgExtractor
Innehåll
[
Dölj
]SvgExtractor class
Representerar en klass för extraktion av SVG‑bilder från sidan.
class SvgExtractor : public System::Object
Metoder
| Metod | Beskrivning |
|---|---|
| Extract(const System::SharedPtr<GraphicsAbsorber>&, System::Predicate<System::SharedPtr<GraphicElement>>, const System::SharedPtr<Page>&) | Extraherar en SVG-bild till en sträng från grafiska element som representeras av absorber med ett predikatfilter. |
| Extract(const System::SharedPtr<GraphicsAbsorber>&, System::Predicate<System::SharedPtr<GraphicElement>>, const System::SharedPtr<Page>&, const System::String&) | Extraherar en SVG-bild till en fil från grafiska element som representeras av absorber med ett predikatfilter. |
| Extract(const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<GraphicElement>>>&, const System::SharedPtr<Page>&) | Extraherar grafiska element till en SVG-sträng. Alternativ ignoreras – gruppering, extrahering från rektangel. |
| Extract(const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<GraphicElement>>>&, const System::SharedPtr<Page>&, const System::String&) | Extraherar grafiska element till en enda SVG-fil. Alternativ ignoreras – gruppering, extrahering från rektangel. |
| Extract(const System::SharedPtr<Page>&) | Extraherar SVG-bilder från en sida till strängar. |
| Extract(const System::SharedPtr<Page>&, const System::String&) | Extraherar SVG-bilder från en sida till filer. |
| SvgExtractor() | Representerar en klass för att extrahera SVG-bilder från en sida. |
| SvgExtractor(const System::SharedPtr<SvgExtractionOptions>&) | Representerar en klass för att extrahera SVG-bilder från en sida. |
Se även
- Class Object
- Namespace Aspose::Pdf::Vector
- Library Aspose.PDF for C++