AddActiveXControl(ControlType, double, double, double, double) | Creates an Activex Control. |
AddComment(long, string) | Adds comment to a shape with shape’s id. |
AddComment(Shape, string) | Adds comment to a shape. |
AddComment(double, double, string) | Adds comment with defined PinX and PinY. |
AddShape(Shape, string) | Adds shape created by master to specific page. |
AddShape(double, double, string) | Adds shape created by master on page with defined PinX and PinY. |
AddShape(double, double, double, double, Stream) | |
AddShape(double, double, double, double, string) | Adds shape created by master on page with defined PinX,PinY,Width and Height. |
AddShape(double, double, double, double, Stream, Stream) | |
AddText(double, double, double, double, string) | Adds Text with defined PinX and PinY. |
AddText(double, double, double, double, string, string, string, double) | Adds Text with defined PinX and PinY. |
ApplyStyle(int, int, int) | Applies style for full page. |
AutoSpaceShapes(ShapeCollection, AutoSpaceOptions) | Auto space shapes |
BringForward(long) | Brings a shape,defined by ID, forward one position in the z-order. |
BringToFront(long) | Brings a shape,defined by ID, to the front of the z-order. |
CenterDrawing() | Centers a page’s shapes with respect to the extent of the page. Centering shapes does not change their position relative to each other. |
ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long) | Connect shapes via connector. |
ConnectShapesViaConnector(long, string, long, string, long) | Connect shapes via connector. |
ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape) | Connect shapes via connector. |
ConnectShapesViaConnectorIndex(long, int, long, int, long) | Connect shapes via connector index. |
ConnectShapesViaConnectorIndex(Shape, int, Shape, int, Shape) | Connect shapes via connector index. |
Copy(Page) | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
DrawBezier(double, double, double, double, PointF[]) | The process of drawing bezier. The length of points should be equal or greater than 3. |
DrawEllipse(double, double, double, double) | The process of drawing Ellipse. |
DrawLine(double, double, double, double) | The process of drawing a single line. |
DrawLine(double, double, double, double, double[]) | The process of drawing line. |
DrawLine(double, double, double, double, PointF[]) | The process of drawing line. |
DrawPolyline(double, double, double, double, double[]) | The process of drawing Polyline. |
DrawPolyline(double, double, double, double, PointF[]) | The process of drawing polyline. |
DrawRectangle(double, double, double, double) | The process of drawing rectangle. |
DrawSpline(double, double, double, double, PointF[]) | The process of drawing spline. |
GlueShapes(long, ConnectionPointPlace, long) | Glue shapes |
GlueShapes(Shape, ConnectionPointPlace, Shape) | Glue shapes. |
GlueShapesInContainer(long, int, int, long) | Glue shapes in container |
GlueShapesInContainer(long, string, string, long) | Glue shapes in container using connection name |
GlueShapesInContainerByID(long, int, int, long) | Glue shapes by connection id in container |
GlueShapeToConnectorBeginX(long, string, long) | Glue shape to Connector’s BeginX |
GlueShapeToConnectorEndX(long, string, long) | Glue shape to Connector’s EndX |
Layout(LayoutOptions) | Lays out the shapes and/or reroutes the connectors for the page. |
MoveTo(int) | Moves the page to another location in the pages. |
SendBackward(long) | Moves a shape,defined by ID, back one position in the z-order. |
SendToBack(long) | Moves a shape,defined by ID, to the back of the z-order. |