Table of Contents

Method Set

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

Set(string, XmpValue)

Sets the value of a property with specified name or adds a new property with specified name and value.

public void Set(string name, XmpValue value)

Parameters

name string

The name of the property to set.

value XmpValue

The value to set.

Set(string, XmpValue, string)

Sets the value of a property with specified name or adds a new property with specified name and value.

public void Set(string name, XmpValue value, string description)

Parameters

name string

The name of the property to set.

value XmpValue

The value to set.

description string

The description of the property.