Table of Contents

Class RightsManagementSchema

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

Represents Rights Management Schema.

public class RightsManagementSchema : XmpSchema
Inheritance
RightsManagementSchema
Inherited Members

Constructors

RightsManagementSchema(XmpMetadata)

Creates schema object.

protected RightsManagementSchema(XmpMetadata xmp)

Parameters

xmp XmpMetadata

Parent XmpMetadata.

Properties

Certificate

Gets or sets online rights management certificate.

public Uri Certificate { get; set; }

Property Value

Uri

Marked

Gets or sets indicates that this is a rights-managed resource.

public bool Marked { get; set; }

Property Value

bool

Name

Gets name pf the schema.

protected override string Name { get; }

Property Value

string

Owner

Gets an unordered array specifying the legal owner(s)of a resource.

public XmpArray Owner { get; }

Property Value

XmpArray

Prefix

Gets prefix of the schema.

protected override string Prefix { get; }

Property Value

string

SchemaType

Gets type of the Schema.

public override XmpSchemaType SchemaType { get; }

Property Value

XmpSchemaType

UsageTerms

Gets text instructions on how a resource can be legally used.

public XmpLangArray UsageTerms { get; }

Property Value

XmpLangArray

WebStatement

Gets or sets the location of a web page describing the owner and/or rights statement for this resource.

public Uri WebStatement { get; set; }

Property Value

Uri