Adds dot net manual splits

This commit is contained in:
John Whitington
2022-03-07 17:16:03 +00:00
parent e97a707734
commit 4bf861df47
20 changed files with 2184 additions and 0 deletions

26
dotnetsplits/c00.tex Normal file
View File

@@ -0,0 +1,26 @@
Cpdf
The Coherent PDF Library for .NET
Cpdf.Pdf
PDF document. Use the 'using' keyword, or call Dispose to make sure PDFs are deallocated.
Cpdf.Pdf.Dispose
Force disposal of the PDF.
Cpdf.Pdf.Finalize
Class destructor
Cpdf.CPDFError
Any function in this library may raise the CPDFError exception.
Cpdf.CPDFError.#ctor(String)
Construct a CPDFError which carries a string.
Cpdf.dummych0