Skip to content

M_PDFiumSharp_PDFium_FPDF_GetMetaText

ArgusMagnus edited this page Apr 4, 2017 · 1 revision

PDFium.FPDF_GetMetaText Method (FPDF_DOCUMENT, MetadataTags)

Get meta-data tag content from document.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static string FPDF_GetMetaText(
	FPDF_DOCUMENT document,
	MetadataTags tag
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the document.
tag
Type: PDFiumSharp.MetadataTags
The tag to retrieve.

Return Value

Type: String
The meta-data.

Remarks

For detailed explanations of these tags and their respective values, please refer to PDF Reference 1.6, section 10.2.1, 'Document Information Dictionary'.

See Also

Reference

PDFium Class
FPDF_GetMetaText Overload
PDFiumSharp Namespace
PdfDocument.GetMetaText(MetadataTags)

Other Resources

PDF Reference

Clone this wiki locally