Printing sizes

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum PrintSize
Public Enumeration PrintSize
public enum class PrintSize

Members

MemberValueDescription
Normal0
the size is determined by original image DPI (used for real size copy)
FitToPage1
stretch the image to fit the page respecting the proportions
FitToPageStretch2
stretch the image to fit the page
SpecifiedSize3
specify absolute sizes with the SpecWidth and SpecHeight parameters

See Also