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

In This Topic
    BeginDictEntry Method
    In This Topic
    Starts a PDF dictionary entry with nested dictionary value, should be enclosed with EndDictEntry.
    Syntax
    'Declaration
     
    Public Sub BeginDictEntry( _
       ByVal propName As PdfName _
    ) 
    public void BeginDictEntry( 
       PdfName propName
    )

    Parameters

    propName
    See Also