MonobjcMonobjc Documented Class Library
DisplayBox Property
NamespacesMonobjc.QuartzPDFViewDisplayBox

Returns the current style of display box.

Original signature is '- (PDFDisplayBox)displayBox'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual PDFDisplayBox DisplayBox { get; set; }
Public Overridable Property DisplayBox As PDFDisplayBox
	Get
	Set
public:
virtual property PDFDisplayBox DisplayBox {
	PDFDisplayBox get ();
	void set (PDFDisplayBox value);
}
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)