Share via


PdfDocument.DocumentAttributes Property

Definition

Gets or sets the attribute dictionary.

[Foundation.Advice("Use the strongly typed '[Get|Set]DocumentAttributes' instead.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary? DocumentAttributes { [Foundation.Export("documentAttributes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setDocumentAttributes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<Foundation.Advice("Use the strongly typed '[Get|Set]DocumentAttributes' instead.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("documentAttributes", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setDocumentAttributes:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.DocumentAttributes : Foundation.NSDictionary with get, set

Property Value

Attributes

Applies to