Click or drag to resize

PDFDocCreateIndirectName Method

The following list of methods is used to create SDF/Cos indirect objects. Unlike direct objects, indirect objects can be referenced by more than one object (i.e. indirect objects they can be shared).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj CreateIndirectName(
	string name
)

Parameters

name
Type: SystemString
the name

Return Value

Type: Obj
the obj
See Also