Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfDocStreamWriter Class / AddDictEntry Method

In This Topic
    AddDictEntry Method (PdfDocStreamWriter)
    In This Topic
    Adds a dictionary entry with value representing GrapeCity.Documents.Pdf.Spec.IPdfObject, see PdfStreamWriterBase.Write.
    Overload List
    OverloadDescription
    Adds a dictionary entry with value representing GrapeCity.Documents.Pdf.Spec.IPdfObject, see PdfStreamWriterBase.Write.  
    Adds a dictionary entry with PDF bool value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with integer value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with integer value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with float value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with double value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable float value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable float value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable integer value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with integer value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable bool value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with bool value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with GrapeCity.Documents.Common.Offsets value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable GrapeCity.Documents.Common.Offsets value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable System.Drawing.RectangleF value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable System.Drawing.RectangleF value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with System.Drawing.RectangleF value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with System.Drawing.Color value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with GrapeCity.Documents.Pdf.PdfDateTime value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable GrapeCity.Documents.Pdf.PdfDateTime value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with float array value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with integer array value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with line style value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with PDF name value, the PDF name obtained as value.ToString(). (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with GrapeCity.Documents.Pdf.PdfEnum<TEnum> value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with nullable GrapeCity.Documents.Pdf.PdfEnum<TEnum> value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with System.Numerics.Matrix3x2 value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    Adds a dictionary entry with array of points. convertMethod is called for each item in value. (Inherited from GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase)
    See Also