[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppdfobjects.pp line 768
type TPDFDocumentInfo = class(TPDFObject) |
protected |
function GetKeyName(); |
function GetString(); |
function GetDate(); |
function GetName(); |
property Source: TPDFDictionary; [r] |
public |
class function ElementType; override; |
constructor Create(); |
property Title: string; [r] |
property Author: string; [r] |
property Subject: string; [r] |
property Keywords: string; [r] |
property Creator: string; [r] |
property Producer: string; [r] |
property CreationDate: TDateTime; [r] |
property ModDate: TDateTime; [r] |
property Trapped: string; [r] |
end; |
| |
| |
TObject |