MCPcopy
hub / github.com/signintech/gopdf / TransparencyXObjectGroup

Struct TransparencyXObjectGroup

transparency_xobject_group.go:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type 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
19type TransparencyXObjectGroupOptions struct {
20 Protection *PDFProtection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected