Skip to main content
All docs
V26.1
  • StructureMarkedContentGroup(Page, MarkedContentGroup) Constructor

    Initializes a new instance of the StructureMarkedContentGroup class with specified settings.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public StructureMarkedContentGroup(
        Page page,
        MarkedContentGroup group
    )

    Parameters

    Name Type
    page Page
    group MarkedContentGroup
    See Also