PDFDocument.GraphicsMethods
From Xojo Documentation
Enumeration
All the methods that are supported for creating graphics for PDFDocument. When creating templates via code, these help make the code more readable.
Values
Name |
---|
Bold |
DrawLine |
DrawOval |
DrawPicture |
DrawPolygon |
DrawRectangle |
DrawRoundRectangle |
DrawText |
FillOval |
FillPolygon |
FillRectangle |
FillRoundRectangle |
FontName |
FontSize |
Italic |
NextPage |
PenColor |
PenSize |
ResetState |
RestoreState |
SaveState |
Underline |
See Also
PDFDocument and PDFGraphics classes.