 | PdfTypeDictionarySetIndirectAt(String, PdfIndirectList, Int32) Method |
Creates an Indirect object and sets it at the specified key of dictionary.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void SetIndirectAt(
string key,
PdfIndirectList list,
int objectNumber
)
Public Sub SetIndirectAt (
key As String,
list As PdfIndirectList,
objectNumber As Integer
)
public:
void SetIndirectAt(
String^ key,
PdfIndirectList^ list,
int objectNumber
)
member SetIndirectAt :
key : string *
list : PdfIndirectList *
objectNumber : int -> unit
public void SetIndirectAt(
String key,
PdfIndirectList list,
int objectNumber
)
function SetIndirectAt(key, list, objectNumber);
Parameters
- key String
- The key contained in the Dictionary.
- list PdfIndirectList
- List of objects
- objectNumber Int32
- Object's number
Exceptions
See Also