Click or drag to resize

PdfTypeDictionarySetNameAt Method

Creates a Name object and sets it at the specified key.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void SetNameAt(
	string key,
	string name,
	Encoding enc = null
)

Parameters

key  String
The key of the element to set.
name  String
The name which should be setted at the specified key.
enc  Encoding  (Optional)
The encoding used to encode the name into an ANSI string. if Null DefaultAnsiEncoding is used.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also