Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PdfOperatorPosition Structure / IsSameContentStreamWith Method
The PdfOperatorPosition to check.

In This Topic
    IsSameContentStreamWith Method
    In This Topic
    Checks whether a specified PdfOperatorPosition points to the same content stream as current PdfOperatorPosition.
    Syntax
    'Declaration
     
    Public Function IsSameContentStreamWith( _
       ByVal other As PdfOperatorPosition _
    ) As System.Boolean
    public System.bool IsSameContentStreamWith( 
       PdfOperatorPosition other
    )

    Parameters

    other
    The PdfOperatorPosition to check.

    Return Value

    true if other points to the same content stream; false otherwise.
    See Also