Class PrintOperationHandle
public class PrintOperationHandle : ObjectHandle, IDisposable
- Inheritance
-
PrintOperationHandle
- Implements
- Inherited Members
Constructors
PrintOperationHandle(nint, bool)
public PrintOperationHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static PrintOperationHandle For<T>(ConstructArgument[] constructArguments) where T : PrintOperation, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T