PDFPlacement Enumeration

Placement of the final drawing relative to the page

Definition

Namespace: PCBI_API_Extensions.PDF
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public enum PDFPlacement

Members

TopLeft0 Top left corner when page is divided in 3x3
TopCenter1 Top center when page is divided in 3x3
TopRight2 Top right corner when page is divided in 3x3
MiddleLeft3 Middle left when page is divided in 3x3
MiddleCenter4 Middle center when page is divided in 3x3
MiddleRight5 Middle right when page is divided in 3x3
BottomLeft6 Bottom left corner when page is divided in 3x3
BottomCenter7 Bottom center when page is divided in 3x3
BottomRight8 Bottom right corner when page is divided in 3x3
FirstQuadrand9 First quadrant when page is divided in 2x2 => Top right
SecondQuadrand10 Second quadrant when page is divided in 2x2 => Top left
ThirdQuadrand11 Third quadrant when page is divided in 2x2 => Bottom left
FourthQuadrand12 Fourth quadrant when page is divided in 2x2 => Bottom right
LeftBound13 2/3rd of the page on the left side
RightBound14 2/3rd of the page on the right side
TopBound15 2/3rd of the page on the top side
BottomBound16 2/3rd of the page on the bottom side
TopRightBound17 2/3rd of the width and 2/3rd of the height on the top right corner
TopLeftBound18 2/3rd of the width and 2/3rd of the height on the top left corner
BottomRightBound19 2/3rd of the width and 2/3rd of the height on the bottom right corner
BottomLeftBound20 2/3rd of the width and 2/3rd of the height on the bottom left corner
Default21 Default, center of the page filling the whole page

Extension Methods

See Also