MonobjcMonobjc Documented Class Library
DataWithPDFInsideRect Method (rect)
NamespacesMonobjc.AppKitNSWindowDataWithPDFInsideRect(NSRect)

Returns PDF data that draws the region of the window within a given rectangle.

Original signature is '- (NSData *)dataWithPDFInsideRect:(NSRect)rect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData DataWithPDFInsideRect(
	NSRect rect
)
Public Overridable Function DataWithPDFInsideRect ( _
	rect As NSRect _
) As NSData
public:
virtual NSData^ DataWithPDFInsideRect(
	NSRect rect
)
Parameters
rect (NSRect)
A rectangle (expressed in the window’s coordinate system) that identifies the region to be expressed as PDF data.
Return Value
The region in the window (identified by rect) as PDF data.
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)