|
PEcopyjpegtoclipboardBOOL PEcopyjpegtoclipboard (hObject, lpPoint)
This function places the current image, in the form of a jpeg, into the clipboard.
Returns NonZero if the function was successful, otherwise Zero.
Comments .NET developers, see PeFunction.Image.JpegToClipboard
Ocx|Vcl developers, see the PEactions property.
With OCX interface, you can call this function as follows... Pego1.PEnarg1 = 'width in pixels Pego1.PEnarg2 = 'height in pixels Pego1.PEactions = 21 ' Calls PEcopyjpegtoclipboard
In Delphi, use... PEGraph1.PEnarg1 := {width in pixels}; PEGraph1.PEnarg2 := {height in pixels}; PEGraph1.PEactions := gJpegToClip; {Calls PEcopyjpegtoclipboard}
See Also: AllowJPEGOutput, JpegQuality |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |