[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.PdfOperatorPosition.IsSameContentStreamWith

IsSameContentStreamWith Method

IsSameContentStreamWith(PdfOperatorPosition)

Checks whether a specified PdfOperatorPosition points to the same content stream as current PdfOperatorPosition.

Declaration
public bool IsSameContentStreamWith(PdfOperatorPosition other)
Public Function IsSameContentStreamWith(other As PdfOperatorPosition) As Boolean
Parameters
Type Name Description
PdfOperatorPosition other

The PdfOperatorPosition to check.

Returns
Type Description
bool

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