壹佰 发表于 2024-5-13 11:41
我发了我用的License,你可以看下下楼的回复。
收到 , 非常感谢
为啥我使用后,导出PDF还是有水印{:5_118:}
大神,有没有例子分享的,????
壹佰 发表于 2024-5-13 11:37
我用的是这个License:
//将于20200827过期的Aspose.Total开发版序列号
privat ...
非常感谢!
大佬,
#if NET40
Hook = new MethodHook(
typeof(XmlElement).GetProperty("InnerText", BindingFlags.Public | BindingFlags.Instance).GetGetMethod(true),
typeof(NewHookMethods).GetMethod(nameof(NewHookMethods.NewInnerText), BindingFlags.Static | BindingFlags.Public, null, new[] { typeof(XmlElement) }, null)
),
#else
Hook = new MethodHook(
typeof(XmlElement).GetProperty("InnerText", BindingFlags.Public | BindingFlags.Instance).GetMethod,
typeof(NewHookMethods).GetMethod(nameof(NewHookMethods.NewInnerText), BindingFlags.Static | BindingFlags.Public, null, new[] { typeof(XmlElement) }, null)
),
#endif
这个是放在哪里呀
大佬这样对吗