mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
Expose Operations function
This commit is contained in:
parent
4b30ce1721
commit
f13acfe276
@ -17,6 +17,11 @@ func NewContentCreator() *ContentCreator {
|
||||
return creator
|
||||
}
|
||||
|
||||
// Get the list of operations.
|
||||
func (this *ContentCreator) Operations() *ContentStreamOperations {
|
||||
return &this.operands
|
||||
}
|
||||
|
||||
// Convert a set of content stream operations to a content stream byte presentation, i.e. the kind that can be
|
||||
// stored as a PDF stream or string format.
|
||||
func (this *ContentCreator) Bytes() []byte {
|
||||
|
Loading…
x
Reference in New Issue
Block a user