MonobjcMonobjc Documented Class Library
PageIndex Property
NamespacesMonobjc.QuartzPDFActionRemoteGoToPageIndex

Returns the zero-based page index referenced by the remote go-to action.

Original signature is '- (NSUInteger)pageIndex'

Available in Mac OS X v10.5 and later.

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