Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / DelimiterCharCount Property

In This Topic
    DelimiterCharCount Property
    In This Topic
    Gets or sets the delimiter count, counting from the end of the text, to preserve text from (for text trimming).
    Syntax
    'Declaration
     
    Public Property DelimiterCharCount As System.Integer
    public System.int DelimiterCharCount {get; set;}
    See Also