M_PDFiumSharp_PDFium_FPDF_GetMetaText_1 - ArgusMagnus/PDFiumSharp GitHub Wiki
Get meta-data tag content from document.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static string FPDF_GetMetaText(
FPDF_DOCUMENT document,
string tag
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the document. - tag
- Type: System.String
The tag to retrieve. The tag can be one of: Title, Author, Subject, Keywords, Creator, Producer, CreationDate, or ModDate.
Type: String
The meta-data.
For detailed explanations of these tags and their respective values, please refer to PDF Reference 1.6, section 10.2.1, 'Document Information Dictionary'.
PDFium Class
FPDF_GetMetaText Overload
PDFiumSharp Namespace
PdfDocument.GetMetaText(MetadataTags)