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

In This Topic
    Seek Method (PdfStreamWriterBase)
    In This Topic
    Sets the position within the underlying stream.
    Syntax
    'Declaration
     
    Public Sub Seek( _
       ByVal offset As System.Long, _
       ByVal origin As System.IO.SeekOrigin _
    ) 
    public void Seek( 
       System.long offset,
       System.IO.SeekOrigin origin
    )

    Parameters

    offset
    origin
    See Also