简体   繁体   中英

PDFsharp Documentation

Is it possible to find good documentation for the PDFsharp library?

I searched on Google but I didn't find any reference documentation.

I don't know how XGraphics.RotateAtTransform and XGraphics.TranslateTransform work.

The PDFsharp documentation is included in the source code.

Help files created from the source code can be found here:
http://pdfsharp.codeplex.com/releases

The XGraphics class implements the same functions as the Graphics class from GDI+.

So for further information about the two methods given in the question, search information about Graphics.RotateAtTransform and Graphics.TranslateTransform from System.Drawing.

API documentation for PdfSharp and MigraDoc (GDI+ version) is available at http://www.nudoq.org/#!/Projects/PDFsharp-MigraDoc-GDI

Enter "xgraphics" into the search box to find information about the XGraphics class.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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