Re

Overview

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

re — Append rectangle (X, Y, Width, Height) as a complete subpath.

This class provides 7 methods for working with Re objects in .NET programs. Available methods include: Accept, IsTextShowOperator, Re, ToPdf, ToString, ValueEquals. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CommandName, Height, Index, Width, X, Y.

Properties

NameTypeAccessDescription
XdoubleRead/WriteGets or sets the x.
YdoubleRead/WriteGets or sets the y.
WidthdoubleRead/WriteGets or sets the width.
HeightdoubleRead/WriteGets or sets the height.
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
Re()Calls Re on this Re instance.
Re(x: double, y: double, width: double, height: double)
ToPdf()Calls ToPdf on this Re instance.
ToString()Calls ToString on this Re instance.
Accept(visitor: IOperatorSelector)Calls Accept on this Re 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