SVGOptimizer.Optimize

Optimize(SVGDocument)

OptimaliseertSVGDocument door een set standaard optimalisatie-opties toe te passen.

public static void Optimize(SVGDocument document)
ParameterTypeBeschrijving
documentSVGDocumentDe instantie van SVGDocument.

Zie ook


Optimize(SVGDocument, SVGOptimizationOptions)

OptimaliseertSVGDocument door een reeks gespecificeerde optimalisatie-opties toe te passen.

public static void Optimize(SVGDocument document, SVGOptimizationOptions options)
ParameterTypeBeschrijving
documentSVGDocumentDe instantie van SVGDocument.
optionsSVGOptimizationOptionsDe instantie van SVGOptimizationOptions.

Zie ook