Skip to main content
All docs
V26.1
  • StructureElementType.Note Property

    Returns the structure element type for explanatory text (for example, a footnote or endnote) referred to from the document body.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public static StructureElementType Note { get; }

    Property Value

    Type Description
    StructureElementType

    The Note structure element type.

    See Also