'Declaration Public Sub PutName( _ ByVal key As ImGearPDFAtom, _ ByVal isIndirect As Boolean, _ ByVal name As ImGearPDFAtom _ )
'Usage Dim instance As ImGearPDFBasDict Dim key As ImGearPDFAtom Dim isIndirect As Boolean Dim name As ImGearPDFAtom instance.PutName(key, isIndirect, name)
public void PutName( ImGearPDFAtom key, bool isIndirect, ImGearPDFAtom name )
public: void PutName( ImGearPDFAtom* key, bool isIndirect, ImGearPDFAtom* name )
public: void PutName( ImGearPDFAtom^ key, bool isIndirect, ImGearPDFAtom^ name )
Parameters
- key
- The key whose value is set. See the PDF Reference to obtain the names of keys in dictionary objects that are part of standard PDF, such as annotations or page objects.
- isIndirect
- If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
- name
- The name value to set.