THotPDF.OpenLoadedStreamSourceSlice Method

Opens an independent read-only view over the original encoded bytes of an unfiltered loaded stream without materialising the stream

Déclaration

function OpenLoadedStreamSourceSlice(AStream: THPDFStreamObject; out Slice: TStream): boolean;

Unité

HPDFDoc

Paramètres

NomObjectif
AStreamLoaded stream object whose encoded source bytes are requested
SliceReceives a caller-owned independent read-only source slice

Valeur de retour

Returns True when the stream is unfiltered, source-backed, and a slice was opened

Notes d'utilisation

API associées