CGPDFArray.GetName Method

Definition

Overloads

GetName(Int32, String)

Returns the name element in the array at the specified index.

GetName(nint, String)

GetName(Int32, String)

Returns the name element in the array at the specified index.

public bool GetName (int idx, out string result);
member this.GetName : int *  -> bool

Parameters

idx
Int32

Index for the element we want to access.

result
String

If the element at position idx is a name, this will contain the resulting value.

Returns

True if the element at the given position is of the specified type and the result is set on the out parameter; False if you tried to access an out of bounds element, or if the element at that position is of a different type.

Applies to

GetName(nint, String)

public bool GetName (nint idx, out string result);
member this.GetName : nint *  -> bool

Parameters

idx
System.System.IntPtr System.nativeint
result
String

Returns

Applies to