MindFusion.Wpf Pack Programmer's Guide
PrintOptions Members
Constructors Properties Methods
 


Provides properties that allow customization of various aspects of printing and print-preview.

The following tables list the members exposed by the PrintOptions type.

 Public Constructors

  Name Description

PrintOptions

Overloaded.  

 Public Properties

  Name Description

DocumentName

Gets or sets the name of the printed document.

EnableAnchors

Gets or sets a value indicating whether the printing of anchor point marks is enabled. (Inherited from RenderOptions.)

EnableBackground

Gets or sets a value indicating whether the printing of the background color is enabled. (Inherited from RenderOptions.)

EnableBackgroundImage

Gets or sets a value indicating whether the printing of the background image is enabled. (Inherited from RenderOptions.)

EnableEffects

Enables or disables special effects. (Inherited from RenderOptions.)

EnableImages

Gets or sets a value indicating whether the printing of images that are displayed in nodes is enabled. (Inherited from RenderOptions.)

EnableInterior

Gets or sets a value indicating whether the printing of node interiors is enabled. (Inherited from RenderOptions.)

EnableLanes

Gets or sets whether to print swimlanes.

EnableShadows

Gets or sets a value indicating whether the printing of the shadows of diagram items is enabled. (Inherited from RenderOptions.)

EnableText

Gets or sets a value indicating whether the printing of the text of diagram items is enabled. (Inherited from RenderOptions.)

HeaderFormat

Gets or sets the format of page headers.

Margins

Gets or sets the margins for the printed pages.

RenderTarget

Gets or sets the rendering target. (Inherited from RenderOptions.)

Scale

Gets or sets the scale of the print output relatively to the original on-screen size of the diagram. (Inherited from RenderOptions.)

ScrollX

Gets or sets the document's X scroll position. (Inherited from RenderOptions.)

ScrollY

Gets or sets the document's Y scroll position. (Inherited from RenderOptions.)

SkipEmptyPages

Gets or sets whether to print pages without any content in them.

TargetView

Gets or sets the object that currently displays the Diagram. (Inherited from RenderOptions.)

 Public Methods

  Name Description

Clone

Creates a copy of the current PrintOptions instance.

 See Also

PrintOptions Class
MindFusion.Diagramming.Wpf Namespace