PdfAnnotation.RemoveValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- key
- PdfAnnotationKey
- Attributs
S’applique à
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
Paramètres
- key
- NSString
- Attributs