LibraryInstance

Forms, interaction, data types, document parts, variable data, document editing

TPDFlibFormSession.LibraryInstance

Returns the TPDFlib instance that the TPDFlibFormSession currently operates on

The session never owns the instance, so the caller must keep it alive for the whole session lifetime

The instance is assigned by Create and can later be replaced with AttachLibrary, which resets all transient session state first and also accepts nil

Declaration

property LibraryInstance: TPDFlib;

Value

Returns the attached TPDFlib instance, or nil when AttachLibrary detached the previous instance without attaching a new one

TPDFlibDynamicComponentSession.LibraryInstance

Returns the TPDFlib instance that a TPDFlibDynamicComponentSession composes its dynamic fragments into

The instance is fixed by the session constructor and stays caller-owned for the whole session lifetime

Declaration

property TPDFlibDynamicComponentSession.LibraryInstance: TPDFlib read FLibrary;

Value

Returns the library the session was created with

See also

AttachLibrary, Reset, ValidField, TPDFlibFormSession, TPDFlibDynamicComponentSession, AttachComponent, ComposeNext