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
xmpXmpMetadataParent 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
Name
Gets name pf the schema.
protected override string Name { get; }
Property Value
Owner
Gets an unordered array specifying the legal owner(s)of a resource.
public XmpArray Owner { get; }
Property Value
Prefix
Gets prefix of the schema.
protected override string Prefix { get; }
Property Value
SchemaType
Gets type of the Schema.
public override XmpSchemaType SchemaType { get; }
Property Value
UsageTerms
Gets text instructions on how a resource can be legally used.
public XmpLangArray UsageTerms { get; }
Property Value
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