'Declaration Protected Overridable Function NeedsUseLandcapeImageOrientation( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal printAreaThe 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.