Click or drag to resize

SdtAppearance Enumeration

Represents the appearance options for structured document tags (SDTs) in a document.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum SdtAppearance
Members
Member name Value Description
BoundingBox 0 The appearance option of SDT is Bounding Box.
Tags 1 The appearance option of SDT is tags.
Hidden 2 The appearance option of SDT is hidden, typically not visible or accessible to user.
Default 0 Represents the default appearance of SDT(BoundingBox).
See Also