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
| Name | Type | Access | Description |
|---|---|---|---|
State | string? | Read/Write | The /AP/<variant>/<state> key — e.g. |
BBox | double[]? | Read/Write | The form XObject /BBox as [llx, lly, urx, ury]. |
Matrix | double[]? | Read/Write | The form XObject /Matrix (six entries), when non-identity. |
Fonts | List<string>? | Read/Write | Font resource names referenced by the appearance content — rebuilt as Standard-14 entries in the imported stream’s /Resources. |
Content | string? | Read/Write | The decoded appearance content stream bytes, base64-encoded. |