i have a document with header footer
- first page with different first page header
- second page with odd even page header
- third page with header footer
how i can identify that my first page have a different first page header or same for second and third page/Section in openxml.

You can use the OpenXML SDK, Open your Word document using the WordprocessingDocument class from the OpenXML SDK.
Iterate through the sections to access headers and footers.
To check if a section has a different first page header,
To check for odd/even page headers,