VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / PrintScaleMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PrintScaleMode Enumeration
    In This Topic
    Specifies available scale modes for image.
    Syntax
    'Declaration
    
    Public Enum PrintScaleMode
       Inherits System.Enum
    
    
    public enum PrintScaleMode : System.Enum
    
    
    __value public enum PrintScaleMode : public System.Enum
    
    
    public enum class PrintScaleMode : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo scaling, image is divided to some parts in accordance with page margins and image size, resolution of the printer and the image.
    FitToWidthThe image is resized to fit the width of the page margins.
    FitToHeightThe image is resized to fit the height of the page margins.
    BestFitThe image is resized to fit within the page margins.
    StretchThe image is resized to fill the page.
    CropToPageSizeCrop image to page margins.
    MosaicSome images are combined on one page in mosaic order.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Print.PrintScaleMode

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also