Aspose::Pdf::Operators::SetCharacterSpacing class

SetCharacterSpacing class

Class representing Tc operator (set character spacing).

class SetCharacterSpacing : public Aspose::Pdf::Operators::TextStateOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_CharSpacing() constGets the character spacing.
set_CharSpacing(double)Sets the character spacing.
SetCharacterSpacing(double)Initializes operator.

See Also