12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- using System.Reflection;
- using System.Resources;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Windows;
- [assembly: AssemblyTitle("Annotations_ComPDFKit")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("PDF Technologies, Inc.")]
- [assembly: AssemblyProduct("Annotations_ComPDFKit")]
- [assembly: AssemblyCopyright("Copyright © 2014-2024 PDF Technologies, Inc. All Rights Reserved.")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: ThemeInfo(
- ResourceDictionaryLocation.None,
-
-
- ResourceDictionaryLocation.SourceAssembly
-
-
- )]
- [assembly: AssemblyVersion("1.13.0.0")]
- [assembly: AssemblyFileVersion("1.13.0.0")]
|