PDFGraphics
From Xojo Documentation
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly... |
Class (inherits from Graphics)
New in 2020r1
A Graphics object that can be used for drawing to a PDFDocument.
Properties | ||||||||||||||||||
|
Notes
PDFGraphics is a subset of the methods and properties available in the Graphics class. Because PDFGraphics is a subclass of Graphics, you can pass a PDFGraphics object to methods that expect a Graphics object.
This class does not support Introspection.
See Also
Graphics and PDFDocument classes