SetPdfStringBytes Method (IPdfDictExt)
In This Topic
Sets the
IPdfString associated with the specified key to the specified value. If the value is a null reference (
Nothing in Visual Basic), removes the key from the dictionary. Returns the created
PdfString.
Syntax
'Declaration
Public Shared Function SetPdfStringBytes( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal () As System.Byte _
) As PdfString
public static PdfString SetPdfStringBytes(
IPdfDict ,
PdfName ,
System.byte[]
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the string.
- value
- The value to set.
Return Value
The
PdfString that was created and set.
See Also