TextStamp.TextStamp

TextStamp(string)

Initializes a new instance of the TextStamp class.

public TextStamp(string value)
ParameterTypeDescription
valueStringStamp value.

See Also


TextStamp(string, TextState)

Initializes a new instance of the TextStamp class.

public TextStamp(string value, TextState textState)
ParameterTypeDescription
valueStringStamp value.
textStateTextStateStamp text state.

See Also


TextStamp(FormattedText)

Initializes a new instance of the TextStamp class with formattedText object

public TextStamp(FormattedText formattedText)
ParameterTypeDescription
formattedTextFormattedTextFormattedText object which contains text of the stamp.

See Also