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

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

    Parameters

    propName
    See Also