'Declaration Protected Overridable Function NeedsUseLandcapeImageOrientation( _
ByVal imageИзображение.As Vintasoft.Imaging.VintasoftImage, _
ByVal printAreaОбласть печати.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
- Изображение.
- printArea
- Область печати.
Return Value
True - указанное изображение необходимо печатать в альбомной ориентации; false - указанное изображение должно быть напечатано в обычном режиме.