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

Struct ImageObj

image_obj.go:19–27  ·  view source on GitHub ↗

ImageObj image object

Source from the content-addressed store, hash-verified

17
18// ImageObj image object
19type ImageObj struct {
20 //imagepath string
21 IsMask bool
22 SplittedMask bool
23 rawImgReader *bytes.Reader
24 imginfo imgInfo
25 pdfProtection *PDFProtection
26 //getRoot func() *GoPdf
27}
28
29func (i *ImageObj) init(funcGetRoot func() *GoPdf) {
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected