Click or drag to resize

PdfTypeArrayAddName Method

Creates a Name object and adds it to the Array.

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

Parameters

name  String
The name which should be added at the end of Array.
enc  Encoding  (Optional)
The encoding used to encode the name into an ANSI string. if Null DefaultAnsiEncoding is used.
See Also