SetCharWidthBoundingBox

SetCharWidthBoundingBox

Overview

SetCharWidthBoundingBox is a class in Aspose.PDF FOSS for .NET. Inherits from: Operator.

d1 — Set glyph width and bounding box in a Type 3 font.

This class provides 6 methods for working with SetCharWidthBoundingBox objects in .NET programs. Available methods include: Accept, IsTextShowOperator, SetCharWidthBoundingBox, ToPdf, ToString, ValueEquals. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CommandName, Index, LLx, LLy, Llx, Lly, and 6 more.

Properties

NameTypeAccessDescription
WxdoubleReadGets the wx.
WydoubleReadGets the wy.
LLxdoubleReadGets the l lx.
LLydoubleReadGets the l ly.
URxdoubleReadGets the u rx.
URydoubleReadGets the u ry.
LlxdoubleReadCamel-cased alias forLLx.
LlydoubleReadCamel-cased alias forLLy.
UrxdoubleReadCamel-cased alias forURx.
UrydoubleReadCamel-cased alias forURy.
CommandNamestringReadThe PDF command name (last token of the serialised form, e.g.
IndexintRead/Write1-based position of this operator within its containing OperatorCollection.

Methods

SignatureDescription
SetCharWidthBoundingBox(wx: double, wy: double, llx: double, lly: double, urx: double, ury: double)Sets the char width bounding box value.
ToPdf()Calls ToPdf on this SetCharWidthBoundingBox instance.
ToString()Calls ToString on this SetCharWidthBoundingBox instance.
Accept(visitor: IOperatorSelector)Calls Accept on this SetCharWidthBoundingBox instance.
IsTextShowOperator(op: Operator)True when op is a text-showing operator (Tj / TJ / ’ / " — concrete subclasses of TextShowOperator).
ValueEquals(op: Operator)True when this operator’s serialised PDF form equals op’s.

See Also