편집

다음을 통해 공유


CGPDFDictionary.Count Property

Definition

The number of items on this dictionary.

public int Count { get; }
member this.Count : int

Property Value

Remarks

You can iterate over the dictionary elements by using the Apply method.

Applies to