PdfDictionaryCreate(Int32) Method |
Creates a new instance of the
PdfDictionary class that is empty and has the specified initial capacity.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic static PdfDictionary Create(
int capacity
)
Public Shared Function Create (
capacity As Integer
) As PdfDictionary
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.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | capacity is less than 0. |
See Also