-
- GrapeCity.Documents.Pdf
- GrapeCity.Documents.Pdf.AcroForms
- GrapeCity.Documents.Pdf.Actions
- GrapeCity.Documents.Pdf.Annotations
- GrapeCity.Documents.Pdf.Articles
- GrapeCity.Documents.Pdf.Graphics
- GrapeCity.Documents.Pdf.Graphics.ColorSpaces
- GrapeCity.Documents.Pdf.Graphics.Images
- GrapeCity.Documents.Pdf.Layers
- GrapeCity.Documents.Pdf.Log
- GrapeCity.Documents.Pdf.MarkedContent
- GrapeCity.Documents.Pdf.Operators
- GrapeCity.Documents.Pdf.Parser
- GrapeCity.Documents.Pdf.Recognition
- GrapeCity.Documents.Pdf.Recognition.Model
- GrapeCity.Documents.Pdf.Recognition.Structure
- GrapeCity.Documents.Pdf.Recognition.TextReplaceMap
- GrapeCity.Documents.Pdf.Security
-
GrapeCity.Documents.Pdf.Spec
-
- IPdfArrayExt
- IPdfBoolExt
-
IPdfDictExt
-
- Clear
- ContainsKey
- CopyToExcluding
- Count
- DictToString
- Get<T>
- GetArray<T>
- GetAtPath<T>
- GetBool
- GetBoolArray
- GetColor
- GetDeviceRGBColor
- GetDictArray
- GetDouble
- GetEnum<T>
- GetFloat
- GetFloatArray
- GetInt
- GetIntArray
- GetMatrix
- GetName
- GetNameArray
- GetNameArrayStr
- GetOffsets
- GetPdfDateTime
- GetPdfEnum<T>
- GetPdfStringBytes
- GetRect
- GetRefArray
- GetStreamData
- GetString
- GetStringArray
- GetStringOrName
- Remove
- RemoveStreamEntries
- Set
- SetBool
- SetColor
- SetDeviceRGBColor
- SetDouble
- SetFloat
- SetFloatArray
- SetInt
- SetIntArray
- SetMatrix
- SetName
- SetNameArray
- SetNameNotEmpty
- SetOffsets
- SetPdfDateTime
- SetPdfEnum<T>
- SetPdfStringBytes
- SetRect
- SetRichTextNotEmpty
- SetSilent
- SetString
- SetStringArray
- SetStringNotEmpty
- TryGet<T>
- TryGetArray<T>
- TryGetAtPath<T>
- TryGetBool
- TryGetBoolArray
- TryGetColor
- TryGetDeviceRGBColor
- TryGetDictArray
- TryGetDouble
- TryGetEnum<T>
- TryGetFloat
- TryGetFloatArray
- TryGetInt
- TryGetIntArray
- TryGetMatrix
- TryGetName
- TryGetNameArray
- TryGetNameArrayStr
- TryGetOffsets
- TryGetPdfDateTime
- TryGetPdfEnum<T>
- TryGetRect
- TryGetRefArray
- TryGetString
- TryGetStringArray
- TryGetStringOrName
- TryGetValue
-
- IPdfNameExt
- IPdfNumberExt
- IPdfObjectExt
- IPdfRefExt
- IPdfStringExt
- PdfArray
- PdfArrayObject
- PdfBool
- PdfBoolObject
- PdfDict
- PdfDictObject
- PdfIndirectObject<TValue>
- PdfIndirectObjectBase
- PdfName
- PdfName.Std
- PdfNameObject
- PdfNull
- PdfNullObject
- PdfNumber
- PdfNumber.Std
- PdfNumberObject
- PdfRef
- PdfRefObject
- PdfStreamInfo
- PdfStreamObjectBase
- PdfString
- PdfStringObject
-
- GrapeCity.Documents.Pdf.Structure
- GrapeCity.Documents.Pdf.Text
- GrapeCity.Documents.Pdf.Text.CMap
- GrapeCity.Documents.Pdf.TextMap
- GrapeCity.Documents.Pdf.Wrappers
- GrapeCity.Documents.Pdf.Writer
(Showing Draft Content)
GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetNameNotEmpty
SetNameNotEmpty Method
SetNameNotEmpty(IPdfDict, PdfName, string)
Sets the PDF Name value associated with the specified key. If the value is null or empty, removes the key from the dictionary. Note! The method converts a string to the PdfName.
Declaration
public static void SetNameNotEmpty(this IPdfDict dict, PdfName key, string value)
Public Shared Sub SetNameNotEmpty(dict As IPdfDict, key As PdfName, value As String)
Parameters
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key identifying the value. |
| string | value | The value to set. |