Click or drag to resize

PdfTypeDictionarySetIndirectAt(String, PdfIndirectList, Int32) Method

Creates an Indirect object and sets it at the specified key of dictionary.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void SetIndirectAt(
	string key,
	PdfIndirectList list,
	int objectNumber
)

Parameters

key  String
The key contained in the Dictionary.
list  PdfIndirectList
List of objects
objectNumber  Int32
Object's number
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key or list is null.
See Also