Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntriesSkipLength Method

In This Topic
    AddDictEntriesSkipLength Method
    In This Topic
    Adds dictionary entries except for "Length" entry.
    Syntax
    'Declaration
     
    Public Sub AddDictEntriesSkipLength( _
       ByVal ipd As IPdfDict, _
       ByVal propCheckCallback As System.Func(Of PdfName,IPdfObject,Boolean) _
    ) 
    public void AddDictEntriesSkipLength( 
       IPdfDict ipd,
       System.Func<PdfName,IPdfObject,bool> propCheckCallback
    )

    Parameters

    ipd
    propCheckCallback
    See Also