VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / NeedsUseLandcapeImageOrientation(VintasoftImage,ImageSize) Method
Syntax Requirements SeeAlso
In This Topic
    NeedsUseLandcapeImageOrientation(VintasoftImage,ImageSize) Method (ImagePrintDocument)
    In This Topic
    Returns a value indicating whether the specified image must be printed in landscape mode.
    Syntax
    'Declaration
    
    Protected Overridable Function NeedsUseLandcapeImageOrientation( _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal printArea
    The printable area.
    As Vintasoft.Imaging.ImageSize _
    ) As Boolean
    protected virtual bool NeedsUseLandcapeImageOrientation(
    Vintasoft.Imaging.VintasoftImage image,
    Vintasoft.Imaging.ImageSize printArea
    )
    protected: virtual bool NeedsUseLandcapeImageOrientation(
    Vintasoft.Imaging.VintasoftImage* image,
    Vintasoft.Imaging.ImageSize* printArea
    )
    protected:
    virtual bool NeedsUseLandcapeImageOrientation(
    Vintasoft.Imaging.VintasoftImage^ image,
    Vintasoft.Imaging.ImageSize^ printArea
    )

    Parameters

    image
    The image.
    printArea
    The printable area.

    Return Value

    True - specified image must be printed in landscape mode; false - specified image must be printed in normal mode.
    Requirements

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

    See Also