Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Page Zoom FitPage

$
0
0
Has anyone had luck setting a page's default zoom?

Something like:

for (int pageIndex = 1; pageIndex <= Math.Min(3, document.Pages.Count); pageIndex++) {
Pdf.Page page = riskSummaryDocument.Pages[pageIndex];
// set page zoom "FitPage" here
}

Viewing all articles
Browse latest Browse all 3131

Trending Articles