Printer.Handle Method (Usual) | |
Return the handle for a printer.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Handle(
ServiceID
) AS IntPtr CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual IntPtr Handle(
Usual ServiceID = default
)
Request Example
View SourceParameters
- ServiceID (Optional)
- Type: Usual
The type of handle required. 0 is the only supported option and is the default if ServiceID is omitted.
Return Value
Type:
IntPtr
A handle describing the underlying system object.
Remarks
This method provides a handle to the Windows GDI object, which can then be used by Windows API GDI calls.
See Also