Click or drag to resize

SingleGraphPrintOptions Class

Holds options to control the printing process of a graph document.
Inheritance Hierarchy
SystemObject
  Altaxo.GraphSingleGraphPrintOptions

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SingleGraphPrintOptions : INotifyPropertyChanged

The SingleGraphPrintOptions type exposes the following members.

Constructors
 NameDescription
Public methodSingleGraphPrintOptionsInitializes a new instance of the SingleGraphPrintOptions class
Top
Properties
 NameDescription
Public propertyFitGraphToPrintIfLargerIf graph is larger than the printable area, the graph will be shrinked to fill the printable area.
Public propertyFitGraphToPrintIfSmallerIf graph is smaller than the printable area, the graph will be zoomed to fill the printable area.
Public propertyPrintCropMarksCrop marks will be printed at the corners of the printable area.
Public propertyPrintLocationDesignates where the graph will be printed.
Public propertyRotatePageAutomaticallyIf neccessary, the printer page will be rotated to better fit the graph.
Public propertyTilePagesIf graph is larger than the printable area, the graph will be tiled onto multiple pages.
Public propertyUseFixedZoomFactorIf true, the graph will be zoomed by a fixed zoom factor.
Public propertyZoomFactorZoom factor used to zoom the graph.
Top
Methods
 NameDescription
Public methodClone 
Public methodCopyFrom 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetZoomAndStartLocation Get the scale factor and the start location of an docoment onto a page.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged Event can be used to inform a listener about changed properties.
Top
See Also