[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.ShowText2

ShowText2 Class

PDF """ operator. Move to the next line and show a text string, using aw as the word spacing and ac as the character spacing (setting the corresponding parameters in the text state). aw and ac are numbers expressed in unscaled text space units. This operator has the same effect as the following code: WordSpacing Tw CharSpacing Tc str '

Implements
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class ShowText2 : ShowTextPdfString, IVisualOperator
Public Class ShowText2
    Inherits ShowTextPdfString
    Implements IVisualOperator

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.