Link Search Menu Expand Document

InfoExtractorGetCustomProperties Method

Gets document's custom properties.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public List<KeyValuePair<string, string>> GetCustomProperties()

Return Value

Type: ListKeyValuePairString, String
Custom properties as the list of key-value pairs.

Implements

IInfoExtractorGetCustomProperties
See Also

Reference