I need to programmatically identify the layout of an ePub file. The ePub file can be either in Fixed Layout or Reflowable Layout.
I tried to use Microsoft.WindowsAPICodePack with Microsoft.WindowsAPICodePack.Shell to pull the metadata of an ePub file.
However, I am not able to identify a property can tell me what the layout is.
Is there any hidden property in the metadata that should focus on?
-Alan-