MonobjcMonobjc Documented Class Library
AllowsPrinting Method (document)
NamespacesMonobjc.ApplicationServicesCGPDFDocumentAllowsPrinting(IntPtr)

Returns whether a PDF document allows printing.

Original signature is 'bool CGPDFDocumentAllowsPrinting ( CGPDFDocumentRef document );'

Available in Mac OS X version 10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool AllowsPrinting(
	IntPtr document
)
Public Shared Function AllowsPrinting ( _
	document As IntPtr _
) As Boolean
public:
static bool AllowsPrinting(
	IntPtr document
)
Parameters
document (IntPtr)
MISSING
Return Value
A Boolean that, if true, indicates that the document allows printing. If the value is false, the document does not allow printing.
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)