Click or drag to resize

GraphDocumentClipboardActions Methods

The GraphDocumentClipboardActions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCopyToClipboardAsBitmap Copies the current graph as an bitmap image to the clipboard in native bmp format.
Public Extension MethodCopyToClipboardAsNative Puts the entire graph to the clipboard in XML format.
Public Extension MethodCopyToClipboardLayerAsNative Puts the layer with index layerNumber to the clipboard in XML format.
Public Extension MethodPasteFromClipboard Try to paste the entire GraphDocument from the clipboard using the specified paste options.
Public Extension MethodPasteFromClipboardAsGraphStyle Try to paste the entire GraphDocument from the clipboard.
Public Extension MethodPasteFromClipboardAsNewChildLayerOfLayerNumber Pastes a layer on the clipboard as new layer after the layer at index currentActiveLayerNumber.
Public Extension MethodPasteFromClipboardAsNewLayer 
Public Extension MethodPasteFromClipboardAsNewLayerAfterLayerNumber Pastes a layer on the clipboard as new layer after the layer at index currentActiveLayerNumber.
Public Extension MethodPasteFromClipboardAsNewLayerBeforeLayerNumber Pastes a layer on the clipboard as new layer before the layer specified by index currentActiveLayerNumber.
Public Extension MethodPasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32) 
Public methodStatic memberPasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32, GraphCopyOptions) 
Public Extension MethodShowCopyPageOptionsDialog Shows the copy page options dialog and stores the result as the static field CopyPageOptions here in this class
Top
See Also