We notice cases where Laserfiche SDK does not retrieve the dimensions of landscape vs. portrait document page images correctly. The SDK reports a different dimension from what is exposed in the bottom right of the client image pane.
Page 1 is portrait, page 2 is landscape with annotations that we need to update with the SDK.
LF SDK thinks all Order Sheets from page 2 down are not landscape.
Here are some notes from the log where the SDK is trying to get page dimensions and find annotatations.
02/15/23 13:15:41 : LF Start Page = 2, Number of Pages = 1
02/15/23 13:15:41 : LF Page Index = 2
02/15/23 13:15:41 : After Get Page, height = 3300, width = 2550
02/15/23 13:15:41 : Corey - Temp Logging - PCMS Page Dimension Check Invalid
02/15/23 13:15:41 : After bids.Add
02/15/23 13:15:41 : Annotation Key = Patient ID:
02/15/23 13:15:41 : Annotation Id = -1
02/15/23 13:15:41 : Annotation Key = UPIN:
02/15/23 13:15:41 : Annotation Id = -1
02/15/23 13:15:41 : Annotation Key = Sales Order:
02/15/23 13:15:41 : Annotation Id = -1
Has anyone experienced this before?