[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1TextFragment

C1TextFragment Class

Represents a text fragment that can be selected, e.g. as used by SelectTextFragment(C1TextFragment) method.

Inheritance
C1TextFragment
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class C1TextFragment

Constructors

Name Description
C1TextFragment(int, int, int)

Initializes a new instance of the C1TextFragment class.

Fields

Name Description
Length

Fragment's length.

PageIdx

0-based page index.

Prefix

Text preceding the fragment.

StartPos

Fragment's start position.

Suffix

Text following the fragment.

Text

The fragment's text.