Click or drag to resize

CaptionPosition Enumeration

Position of Image Caption Numbering

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum CaptionPosition
Members
Member name Value Description
AboveImage 0 Obsolete. Above the Image.
AfterImage 1 Obsolete. Below the image.
AboveItem 0 Above the Item.
BelowItem 1 Below the Item.
See Also