This documentation is for the old version. Go to the latest Graphics Mill docs

PrintOptions Members

The PrintOptions type exposes the following members.

Constructors

Name Description
Public method PrintOptions

Creates and initializes new PrintOptions class instance.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property BorderColor

Gets/sets the color of the border around the placeholder.

Public property BorderEnabled

Gets/sets a value which enables a border around each placeholder.

Public property BorderWidth

Gets/sets the width of the border around the placeholder.

Public property FooterAlignment

Gets/sets the alignment of the footer text.

Public property FooterColor

Gets/sets the color of the footer text.

Public property FooterEnabled

Gets/sets the value which enables the footer text for each printed item.

Public property FooterFont

Gets/sets the font settings of the footer text.

Public property FooterTrimming

Gets/sets the string trimming settings of the footer text when it is do not fit the placeholder.

Public property HeaderAlignment

Gets/sets the alignment of the header text.

Public property HeaderColor

Gets/sets the color of the header text.

Public property HeaderEnabled

Gets/sets the value which enables the header text for each printed item.

Public property HeaderFont

Gets/sets the font settings of the header text.

Public property HeaderTrimming

Gets/sets the string trimming settings of the header text when it is do not fit the placeholder.

Public property HorizontalSpacing

Gets/sets the horizontal spacing between placeholders.

Public property ImageAutoRotate

Gets/sets the value which allows the control to analyze the orientation of the image and automatically rotate it if necessary.

Public property ImageFitMode

Gets/sets the value which specifies how to handle situations when the image is not fit at its placeholder at the page.

Public property InterpolationMode

Gets/sets the interpolation mode used to scale the images when its size differs from the size of the placeholder.

Public property PlaceholderAutoRotate

Gets/sets the value which enables to optimize paper usage by rotating the placeholder when it .

Public property PlaceholderSize

Gets/sets the default dimensions of the placeholder.

Public property VerticalSpacing

Gets/sets the vertical spacing between placeholders.

See Also

Reference