Overload | Description |
---|---|
GetPdfEnum<T>(IPdfDict,PdfName,Nullable<T>) | Gets the nullable GrapeCity.Documents.Pdf.PdfEnum<TEnum> value associated with the specified key. If the value does not exist returns defValue (which can be null). |
GetPdfEnum<T>(IPdfDict,PdfName,T) | Gets the GrapeCity.Documents.Pdf.PdfEnum<TEnum> value associated with the specified key. If the value does not exist returns defValue. |