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

Struct ProcSetObj

procset_obj.go:9–17  ·  view source on GitHub ↗

ProcSetObj is a PDF procSet object.

Source from the content-addressed store, hash-verified

7
8// ProcSetObj is a PDF procSet object.
9type ProcSetObj struct {
10 //Font
11 Relates RelateFonts
12 RelateColorSpaces RelateColorSpaces
13 RelateXobjs RelateXobjects
14 ExtGStates []ExtGS
15 ImportedTemplateIds map[string]int
16 getRoot func() *GoPdf
17}
18
19func (pr *ProcSetObj) init(funcGetRoot func() *GoPdf) {
20 pr.getRoot = funcGetRoot

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected