Skip to content

geumjaLee/how-to-custom-draw-in-pdf-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to: Draw Graphics by Coordinates Obtained from the PDF Viewer

The PDF Viewer allows you to draw graphics in a PDf file in the Control.Paint event handler. Use the PDF Graphics API to save graphics to a file.

IMPORTANT You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use PDF Graphics API in production code.

In this example, a rectangle is drawn in the selection area. Drawing is activated on the Activate Drawing button click. The Save Graphics and Reload button saves created graphics and reloads the PDF file.

result

Refer to the following article for more information:

How to: Draw Graphics by Coordinates Obtained from the PDF Viewer

About

.NET, WinForms, PDF Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.2%
  • Visual Basic .NET 47.8%