Writes the document to a file at the specified path with the specified options.
Original signature is '- (BOOL)writeToFile:(NSString *)path withOptions:(NSDictionary *)options'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual bool WriteToFileWithOptions( NSString path, NSDictionary options )
Public Overridable Function WriteToFileWithOptions ( _ path As NSString, _ options As NSDictionary _ ) As Boolean
public: virtual bool WriteToFileWithOptions( NSString^ path, NSDictionary^ options )

- path (NSString)
- MISSING
- options (NSDictionary)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFDocument.WriteToFileWithOptions(Monobjc.Foundation.NSString,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)