Link Search Menu Expand Document

IInfoExtractorGetCustomProperties Method

Gets document's custom properties.

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

Return Value

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

Reference