Aspose::Pdf::Operators::SetHorizontalTextScaling class

SetHorizontalTextScaling class

Class representing Tz operator (set horizontal text scaling).

class SetHorizontalTextScaling : public Aspose::Pdf::Operators::TextStateOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_HorizontalScaling() constGets the horizontal scaling.
set_HorizontalScaling(double)Sets the horizontal scaling.
SetHorizontalTextScaling(double)Initializes operator.

See Also