Calls drawForPage:withBox:active: with a default value for box parameter.
Original signature is '- (void)drawForPage:(PDFPage *)page active:(BOOL)active'
Available in Mac OS X v10.4 and later.

Declaration Syntax
public virtual void DrawForPageActive(
PDFPage page,
bool active
)
Public Overridable Sub DrawForPageActive ( _
page As PDFPage, _
active As Boolean _
)
public:
virtual void DrawForPageActive(
PDFPage^ page,
bool active
)

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.Quartz (Module: Monobjc.Quartz)