Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / Normalize Method
The text map to normalize.

In This Topic
    Normalize Method (TextMapFragment)
    In This Topic
    Creates a normalized version of this TextMapFragment, in which:
    Syntax
    'Declaration
     
    Public Function Normalize( _
       ByVal textMap As ITextMap _
    ) As TextMapFragment
    public TextMapFragment Normalize( 
       ITextMap textMap
    )

    Parameters

    textMap
    The text map to normalize.

    Return Value

    The normalized TextMapFragment.
    See Also