Skip to content

Commit

Permalink
Add comments for pdfRenderOption.pageOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchen committed Oct 18, 2013
1 parent c4e1d5d commit b0861d4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ public interface IPDFRenderOption extends IRenderOption
*/
public static final String PAGE_OVERFLOW = "pdfRenderOption.pageOverflow";

//disabled on ui
public static final int CLIP_CONTENT = 1;
//"Fit to whole page" on ui
public static final int FIT_TO_PAGE_SIZE = 2;
//"Auto" on ui
public static final int OUTPUT_TO_MULTIPLE_PAGES = 4;
//"Actual size" on ui
public static final int ENLARGE_PAGE_SIZE = 8;

/**
Expand Down

0 comments on commit b0861d4

Please sign in to comment.