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

In This Topic
    AddDictEntryPlaceHolder Method
    In This Topic
    Adds a dictionary entry with "placeholder" (spaces) the actual value should be written later, used when generating linearized PDF stream.
    Syntax
    'Declaration
     
    Public Sub AddDictEntryPlaceHolder( _
       ByVal key As PdfName, _
       ByVal placeHolderLength As System.Integer, _
       ByRef placeHolderOffset As System.Long _
    ) 
    public void AddDictEntryPlaceHolder( 
       PdfName key,
       System.int placeHolderLength,
       out System.long placeHolderOffset
    )

    Parameters

    key
    placeHolderLength
    placeHolderOffset
    See Also