Skip to main content
All docs
V26.1
  • MarkedContentGroup(StructureElementType, String) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public MarkedContentGroup(
        StructureElementType elementType,
        string language
    )

    Parameters

    Name Type
    elementType StructureElementType
    language String
    See Also