Table of Contents

Method Get

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Get(string)

Gets the property with specified name.

public XmpProperty? Get(string name)

Parameters

name string

The name of the property to get.

Returns

XmpProperty

The property with the specified name or null if there is no property with the specified name in this XmpPropertyList.