RemoveJavaScriptFromLinks
SvgSaveOptions.RemoveJavaScriptFromLinks property
JavaScript’in bağlantılardan kaldırılıp kaldırılmayacağını belirtir. VarsayılanYANLIŞ
. Bu seçenek etkinleştirilirse, JavaScript içeren tüm bağlantılar “javascript:void(0)” ile değiştirilecektir.
public bool RemoveJavaScriptFromLinks { get; set; }
Örnekler
Bağlantılardan JavaScript’in nasıl kaldırılacağını gösterir (svg).
Document doc = new Document(MyDir + "JavaScript in HREF.docx");
SvgSaveOptions saveOptions = new SvgSaveOptions();
saveOptions.RemoveJavaScriptFromLinks = true;
doc.Save(ArtifactsDir + "SvgSaveOptions.RemoveJavaScriptFromLinksSvg.html", saveOptions);
Ayrıca bakınız
- class SvgSaveOptions
- ad alanı Aspose.Words.Saving
- toplantı Aspose.Words