public enum PDFPlacementPublic Enumeration PDFPlacementpublic enum class PDFPlacementtype PDFPlacement| TopLeft | 0 | Top left corner when page is divided in 3x3 |
| TopCenter | 1 | Top center when page is divided in 3x3 |
| TopRight | 2 | Top right corner when page is divided in 3x3 |
| MiddleLeft | 3 | Middle left when page is divided in 3x3 |
| MiddleCenter | 4 | Middle center when page is divided in 3x3 |
| MiddleRight | 5 | Middle right when page is divided in 3x3 |
| BottomLeft | 6 | Bottom left corner when page is divided in 3x3 |
| BottomCenter | 7 | Bottom center when page is divided in 3x3 |
| BottomRight | 8 | Bottom right corner when page is divided in 3x3 |
| FirstQuadrand | 9 | First quadrant when page is divided in 2x2 => Top right |
| SecondQuadrand | 10 | Second quadrant when page is divided in 2x2 => Top left |
| ThirdQuadrand | 11 | Third quadrant when page is divided in 2x2 => Bottom left |
| FourthQuadrand | 12 | Fourth quadrant when page is divided in 2x2 => Bottom right |
| LeftBound | 13 | 2/3rd of the page on the left side |
| RightBound | 14 | 2/3rd of the page on the right side |
| TopBound | 15 | 2/3rd of the page on the top side |
| BottomBound | 16 | 2/3rd of the page on the bottom side |
| TopRightBound | 17 | 2/3rd of the width and 2/3rd of the height on the top right corner |
| TopLeftBound | 18 | 2/3rd of the width and 2/3rd of the height on the top left corner |
| BottomRightBound | 19 | 2/3rd of the width and 2/3rd of the height on the bottom right corner |
| BottomLeftBound | 20 | 2/3rd of the width and 2/3rd of the height on the bottom left corner |
| Default | 21 | Default, center of the page filling the whole page |
| GetDescription | (Defined by EnumExtensions) |
| ToReadableString | (Defined by EnumExtensions) |