In This Topic
Sets the GrapeCity.Documents.Common.Offsets value associated with the specified key. If the value is null or is equal to , removes the key from the dictionary.
Syntax
'Declaration
Public Shared Sub SetOffsets( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Offsets), _
ByVal As System.Nullable(Of Offsets) _
)
public static void SetOffsets(
IPdfDict ,
PdfName ,
System.Nullable<Offsets> ,
System.Nullable<Offsets>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
- defValue
- The default value.
See Also