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

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

    Parameters

    propName
    See Also