M_PDFiumSharp_PDFium_FPDF_GetMetaText - 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,
MetadataTags tag
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the document. - tag
- Type: PDFiumSharp.MetadataTags
The tag to retrieve.
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)