PdfAnnotation.RemoveValue Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
RemoveValue(PdfAnnotationKey) | |
RemoveValue(NSString) |
RemoveValue(PdfAnnotationKey)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public void RemoveValue(PdfKit.PdfAnnotationKey key);
member this.RemoveValue : PdfKit.PdfAnnotationKey -> unit
Параметры
- key
- PdfAnnotationKey
- Атрибуты
Применяется к
RemoveValue(NSString)
[Foundation.Export("removeValueForAnnotationKey:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
protected virtual void RemoveValue(Foundation.NSString key);
abstract member RemoveValue : Foundation.NSString -> unit
override this.RemoveValue : Foundation.NSString -> unit
Параметры
- key
- NSString
- Атрибуты