Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PdfOperatorPosition Structure
Fields Properties Methods

In This Topic
    PdfOperatorPosition Structure Members
    In This Topic

    The following tables list the members exposed by PdfOperatorPosition.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The empty position;  
    Public FieldThe index in a content stream. In most cases the Index will have one element, the position of the operator in the page (the "root") content stream. If the operator is in the content stream of form XObject used in the page content stream then Index will contain 2 elements: 0 - index of "Do" operator used to render form XObject in the page content stream 1 - index of the operator in the form XObject content stream.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this position is empty.  
    Public PropertyGets the length of Index.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Compares two PdfOperatorPosition objects.  
    Public Methodstatic (Shared in Visual Basic)Create the PdfOperatorPosition with index of specified length.  
    Public MethodOverloaded. Determines whether two PdfOperatorPosition instances are equal.  
    Public MethodReturns a hash code for the current object.  
    Public MethodOverloaded. Increments the index on specified value.  
    Public MethodChecks whether a specified PdfOperatorPosition points to the same content stream as current PdfOperatorPosition.  
    Public MethodEnds level.  
    Public MethodStarts new level.  
    Public MethodReturns the fully qualified type name of this instance.  
    Public Methodstatic (Shared in Visual Basic)Tries to parse the PdfOperatorPosition from the string.  
    Top
    Public Operators
    The equality operator.
    Greater than operator.
    Greater or equal than operator.
    The inequality operator.
    Less than operator.
    Less or equal than operator.
    Top
    See Also