THotPDF.OpenLoadedStreamSourceSlice Method

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

宣言

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

ユニット

HPDFDoc

パラメータ

名前目的
AStreamLoaded stream object whose encoded source bytes are requested
SliceReceives a caller-owned independent read-only source slice

戻り値

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

使用上の注意

関連 API