![]() | PdfiumFPDF_ |
public static IntPtr FPDF_GetInfo( IntPtr document )
Public Shared Function FPDF_GetInfo ( document As IntPtr ) As IntPtr
public: static IntPtr FPDF_GetInfo( IntPtr document )
static member FPDF_GetInfo : document : IntPtr -> IntPtr
public static IntPtr FPDF_GetInfo( IntPtr document )
Patagames.Pdf.Pdfium.FPDF_GetInfo = function(document);
The optional Info entry in the trailer of a PDF file can hold a document information dictionary containing metadata for the document; Any entry whose value is not known should be omitted from the dictionary rather than included with an empty string as its value.
Some plug-in extensions may choose to permit searches on the contents of the document information dictionary. To facilitate browsing and editing, all keys in the dictionary are fully spelled out, not abbreviated. New keys should be chosen with care so that they make sense to users.
![]() |
---|
Although consumer applications can store custom metadata in the document information dictionary, it is inappropriate to store private content or structural information there. Such information should be stored in the document catalog instead. |