Aspose::Pdf::Operators::SetCharacterSpacing class
SetCharacterSpacing class
Class representing Tc operator (set character spacing).
class SetCharacterSpacing : public Aspose::Pdf::Operators::TextStateOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_CharSpacing() const | Gets the character spacing. |
set_CharSpacing(double) | Sets the character spacing. |
SetCharacterSpacing(double) | Initializes operator. |
See Also
- Class TextStateOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++