简体   繁体   English

PDFsharp 文档

[英]PDFsharp Documentation

Is it possible to find good documentation for the PDFsharp library?是否有可能为 PDFsharp 库找到好的文档?

I searched on Google but I didn't find any reference documentation.我在谷歌上搜索,但没有找到任何参考文档。

I don't know how XGraphics.RotateAtTransform and XGraphics.TranslateTransform work.我不知道XGraphics.RotateAtTransformXGraphics.TranslateTransform是如何工作的。

The PDFsharp documentation is included in the source code. PDFsharp 文档包含在源代码中。

Help files created from the source code can be found here:可以在此处找到从源代码创建的帮助文件:
http://pdfsharp.codeplex.com/releases http://pdfsharp.codeplex.com/releases

The XGraphics class implements the same functions as the Graphics class from GDI+. XGraphics 类实现与 GDI+ 中的 Graphics 类相同的功能。

So for further information about the two methods given in the question, search information about Graphics.RotateAtTransform and Graphics.TranslateTransform from System.Drawing.因此,有关问题中给出的两种方法的更多信息,请从 System.Drawing 中搜索有关Graphics.RotateAtTransformGraphics.TranslateTransform信息。

API documentation for PdfSharp and MigraDoc (GDI+ version) is available at http://www.nudoq.org/#!/Projects/PDFsharp-MigraDoc-GDI PdfSharp 和 MigraDoc(GDI+ 版本)的 API 文档可从http://www.nudoq.org/#!/Projects/PDFsharp-MigraDoc-GDI 获得

Enter "xgraphics" into the search box to find information about the XGraphics class.在搜索框中输入“xgraphics”以查找有关XGraphics类的信息。

我建议您可以阅读pdf规范,这对于理解图纸pdf确实很有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM