| 6 | ) |
| 7 | |
| 8 | type TransparencyXObjectGroup struct { |
| 9 | Index int |
| 10 | BBox [4]float64 |
| 11 | Matrix [6]float64 |
| 12 | ExtGStateIndexes []int |
| 13 | XObjects []cacheContentImage |
| 14 | |
| 15 | getRoot func() *GoPdf |
| 16 | pdfProtection *PDFProtection |
| 17 | } |
| 18 | |
| 19 | type TransparencyXObjectGroupOptions struct { |
| 20 | Protection *PDFProtection |
nothing calls this directly
no outgoing calls
no test coverage detected