[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppdfsource.pp line 36
type TPDFSourceStream = class |
protected |
property IsBOB: Boolean; [r] |
property PosInBuf: PtrInt; [r] |
property Datasize: Cardinal; [r] |
public |
constructor Create(); |
function FillBufferForwardAt(); |
function FillBufferBackWardAt(); |
function GetByte(); |
function CopyBytes(); |
procedure Previous; |
procedure Next; |
property Position: Int64; [r] |
property Cursor: PByte; [r] |
property IsEOB: Boolean; [r] |
property IsBof: Boolean; [r] |
property IsEOF: Boolean; [r] |
property Stream: TStream; [r] |
property StreamSize: Int64; [r] |
end; |
| |
TObject |