壹佰
发表于 2024-5-13 11:37
壹佰
发表于 2024-5-13 11:41
丶酆麟
发表于 2024-5-15 13:26
壹佰 发表于 2024-5-13 11:41
我发了我用的License,你可以看下下楼的回复。
收到 , 非常感谢
飞天追梦
发表于 2024-5-22 17:21
为啥我使用后,导出PDF还是有水印{:5_118:}
壹佰
发表于 2024-5-22 17:24
飞天追梦
发表于 2024-5-22 18:00
大神,有没有例子分享的,????
布鲁斯李
发表于 2024-5-27 20:45
壹佰 发表于 2024-5-13 11:37
我用的是这个License:
//将于20200827过期的Aspose.Total开发版序列号
privat ...
非常感谢!
小小岛
发表于 2024-5-30 07:31
大佬,
#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
这个是放在哪里呀
小小岛
发表于 2024-5-30 07:40
大佬这样对吗
壹佰
发表于 2024-5-30 09:32
页:
1
2
3
[4]
5
6
7
8
9
10
11
12