Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfRef Class / TryGetReferencedStream Method
OUT: the referenced stream , or null.

In This Topic
    TryGetReferencedStream Method
    In This Topic
    Tries to get the referenced PDF stream, returns false if a value cannot be returned.
    Syntax
    'Declaration
     
    Public Function TryGetReferencedStream( _
       ByRef obj As PdfStreamObject _
    ) As System.Boolean
    public System.bool TryGetReferencedStream( 
       out PdfStreamObject obj
    )

    Parameters

    obj
    OUT: the referenced stream , or null.

    Return Value

    True if the referenced stream was found, false otherwise.
    See Also