MonobjcMonobjc Documented Class Library
DataRepresentation Property
NamespacesMonobjc.QuartzPDFPageDataRepresentation

Returns the PDF data (that is, a PDF document) representing this page. This method does not preserve external page links.

Original signature is '- (NSData *)dataRepresentation'

Available in Mac OS X v10.4 and later.

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