Click or drag to resize

PdfTypeDictionarySetIndirectAt(String, PdfIndirectList, PdfTypeBase) 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,
	PdfTypeBase directObject
)

Parameters

key  String
The key contained in the Dictionary.
list  PdfIndirectList
List of objects
directObject  PdfTypeBase
Handle to PDF object
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key, list or object is null.
See Also