TDefaultPdfInstructionSink

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TPdfInstructionSinkAbstract base class for targets to which TPdfInstruction instances can be added.
3TDefaultPdfInstructionSink

Source

Pdf.Instruction.Sink.pas (34)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTObjectList<TPdfInstruction>Instructions
InstanceprotectedTPdfCursorFCursor
InstanceprotectedTStack<TPdfCursor>FCursorStack

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Instructions: TObjectList<TPdfInstruction>; Cursor: TPdfCursor)
InstancepublicDestroy()
InstancepublicAdd(Instruction: TPdfInstruction)
InstancepublicTStack<TPdfCursor>CursorStack()
InstancepublicTPdfCursorCursor()