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
)
Public Function CreateIndirectName (
name As String
) As Obj
public:
virtual Obj^ CreateIndirectName(
[InAttribute] String^ name
) sealed
function CreateIndirectName(name);
Parameters
- name
- Type: SystemString
the name
Return Value
Type:
Obj the obj
See Also