MonobjcMonobjc Documented Class Library
NSConvertedDocumentAttribute Field
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsNSConvertedDocumentAttribute

NSNumber, containing an int. Indicates whether the file was converted by a filter service.

If missing or 0, the file was originally in the format specified by document type. If negative, the file was originally in the format specified by document type, but the conversion to NSAttributedString may have been lossy. If 1 or more, it was converted to this type by a filter service.

Mac OS X v10.3 and earlier string constant is @"Converted".

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSConvertedDocumentAttribute
Public Shared ReadOnly NSConvertedDocumentAttribute As NSString
public:
static initonly NSString^ NSConvertedDocumentAttribute
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.AppKit (Module: Monobjc.AppKit)