StructureMarkedContentReference(Page, MarkedContentGroup, FormTemplate) Constructor
Initializes a new instance of the StructureMarkedContentReference class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public StructureMarkedContentReference(
Page page,
MarkedContentGroup group,
FormTemplate formTemplate
)
Parameters
| Name | Type |
|---|---|
| page | Page |
| group | MarkedContentGroup |
| formTemplate | FormTemplate |
See Also