Skip to content
Snippets Groups Projects
Commit a9057e40 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Add getPageCount method.

parent a248f3c0
No related branches found
No related tags found
1 merge request!8Feat/rasterizer 10
......@@ -86,4 +86,8 @@ public abstract class AbstractCanvas {
return mMillimeterHeight - (mMarginTop + mMarginBottom);
}
public int getPageCount() {
return mPageContainer.size();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment