MonobjcMonobjc Documented Class Library
PMPrintSession Property
NamespacesMonobjc.AppKitNSPrintInfoPMPrintSession

Returns a Core Printing object configured with the receiver’s session information.

Original signature is '- (void *)PMPrintSession'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr PMPrintSession { get; }
Public Overridable ReadOnly Property PMPrintSession As IntPtr
	Get
public:
virtual property IntPtr PMPrintSession {
	IntPtr get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)