This class allows to set/get values for print preview dialog (called by IEImage.PrintPreviewDialog).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IOPrintPreviewParams
Public Class IOPrintPreviewParams
public ref class IOPrintPreviewParams

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DlgHeight
The Height of the Preview dialog in pixels or zero for the default size. IEImageList only.
DlgWidth
The width of the Preview dialog in pixels or zero for the default size. IEImageList only.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Gamma
Specifies the gamma value.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Specifies the image height when Size=IOSize.SpecifiesSize.
Load(Stream)
Loads all printing preview dialog parameters from stream.
Load(String)
Loads all printing preview dialog parameters from file.
MarginBottom
Get/set the bottom margin.
MarginLeft
Get/set the left margin.
MarginRight
Get/set the right margin.
MarginTop
Get/set the top margin.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Position
Specifies the image positilon in preview dialog.
PrintSelected
Default to printing the images selected in the associated TImageEnMView instead of printing all images. IEImageList only.
PrintThumbnails
Default to printing of thumbnails. IEImageList only.
Save(Stream)
Saves all printing preview dialog parameters to stream.
Save(String)
Saves all printing preview dialog parameters to file.
Size
Specifies the image size in preview dialog.
ThumbnailColumns
Number of thumbnail columns per page. IEImageList only.
ThumbnailRows
Number of thumbnail rows per page. IEImageList only.
ThumbnailShowText
Whether the caption from items in a IEImageList is included when printing thumbnails. IEImageList only.
ThumbnailSpacing
Spacing between each thumbnail in inches or CM depending on IEImageList.DialogsMeasureUnit. IEImageList only.
ThumbnailStyle
Style of printed thumbnails. IEImageList only.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Width
Specifies the image width when Size=IOSize.SpecifiesSize.

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..IOPrintPreviewParams

See Also