Click or drag to resize

PdfDictionaryCreate(Int32) Method

Creates a new instance of the PdfDictionary class that is empty and has the specified initial capacity.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static PdfDictionary Create(
	int capacity
)

Parameters

capacity  Int32
The number of entries that the new dictionary can initially store.

Return Value

PdfDictionary
A new instance of the PdfDictionary class that is empty and has the specified initial capacity.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncapacity is less than 0.
See Also