
is there any function to get the width and height of a PDF page page?
Thank you for help.
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
Code: Select all
double w, h;
ctrl.GetDocumentProperty(docId, "Pages[0].Width", out w, 0);
ctrl.GetDocumentProperty(docId, "Pages[0].Height", out h, 0);