Blader door onze producten

Aspose.Diagram for .NET 22.1 Versionshinweise

Verbesserungen und Änderungen

TasteZusammenfassungKategorie
DIAGRAMNET-50560Support saving diagrams to HTML with or without embedded resourcesErweiterung
DIAGRAMNET-52499Unterstützung für das Speichern von HTML in einem einzelnen Stream hinzufügenErweiterung
DIAGRAMNET-50562VSDX to PDF - Shapes are missing from the outputInsekt
DIAGRAMNET-50780The border lines of the tables are not visible on saving a VSDX to PDFInsekt
DIAGRAMNET-50962The border lines of tables are missing on converting a VSDX to PNGInsekt
DIAGRAMNET-50992The left border line of the table is not visible on converting a VSDX to PDFInsekt
DIAGRAMNET-51034The shading of shapes is missing on converting a VSDX to PDFInsekt
DIAGRAMNET-51186Incorrect layout of meta type shapes on converting a VSD to PDFInsekt
DIAGRAMNET-51226Aspose.Diagram 17.3.0: Saving to HTML stream do not embed external resourcesInsekt
DIAGRAMNET-52506Page.Copy() kopiert die Änderungen des Entwicklers nichtInsekt

Öffentliche API und rückwärtsinkompatible Änderungen

Im Folgenden finden Sie eine Liste aller Änderungen, die an der öffentlichen API vorgenommen wurden, z. B. hinzugefügte, umbenannte, entfernte oder veraltete Mitglieder, sowie alle nicht abwärtskompatiblen Änderungen, die an Aspose.Diagram for .NET vorgenommen wurden das Aspose.Diagram Support-Forum.

Fügt SaveAsSingleFile in HTMLSaveOptions hinzu

  • Gibt an, ob die HTML-Datei als einzelne Datei gespeichert werden soll.
    HTMLSaveOptions ho = new HTMLSaveOptions();
    ho.SaveAsSingleFile = true;


 
 Deutsch