AppearanceEntry

AppearanceEntry

Overview

AppearanceEntry is a class in Aspose.PDF FOSS for .NET.

One state of a widget appearance variant (the body of an /AP/N, AP/D, or /AP/R entry).

Properties: BBox, Content, Fonts, Matrix, State.

Properties

NameTypeAccessDescription
Statestring?Read/WriteThe /AP/<variant>/<state> key — e.g.
BBoxdouble[]?Read/WriteThe form XObject /BBox as [llx, lly, urx, ury].
Matrixdouble[]?Read/WriteThe form XObject /Matrix (six entries), when non-identity.
FontsList<string>?Read/WriteFont resource names referenced by the appearance content — rebuilt as Standard-14 entries in the imported stream’s /Resources.
Contentstring?Read/WriteThe decoded appearance content stream bytes, base64-encoded.

See Also