MonobjcMonobjc Documented Class Library
PDFView Property
NamespacesMonobjc.QuartzPDFThumbnailViewPDFView

Returns the PDFView object associated with the thumbnail view.

Original signature is '- (PDFView *)PDFView'

Available in Mac OS X v10.5 and later.

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