Writes the document to the specified URL with the specified options.
Original signature is '- (BOOL)writeToURL:(NSURL *)url withOptions:(NSDictionary *)options'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual bool WriteToURLWithOptions( NSURL url, NSDictionary options )
Public Overridable Function WriteToURLWithOptions ( _ url As NSURL, _ options As NSDictionary _ ) As Boolean
public: virtual bool WriteToURLWithOptions( NSURL^ url, NSDictionary^ options )

- url (NSURL)
- MISSING
- options (NSDictionary)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFDocument.WriteToURLWithOptions(Monobjc.Foundation.NSURL,Monobjc.Foundation.NSDictionary)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)