[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppdfobjects.pp line 448
type TPDFPageObject = class(TPDFIndirect) |
protected |
class function RegisterAsType; override; |
class function CreateCommandList; virtual; |
public |
constructor Create; override; overload; |
destructor Destroy; override; |
function FindResources; |
function FindFontRefObj(); |
function FindFontRef(); |
property Parent: TPDFIndirect; [r] |
property Contents []: TPDFIndirect; [r] |
property ContentRef []: TPDFRefData; [r] |
property ContentCount: Integer; [r] |
property CommandList: TPDFCommandList; [r] |
property Resources: TPDFDictionary; [r] |
end; |
| |
| |
| |
| |
TObject |