menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RightsManagementSchema - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RightsManagementSchema

    Represents Rights Management Schema.

    Inheritance
    System.Object
    XmpEntityBase
    XmpSchema
    RightsManagementSchema
    Inherited Members
    XmpEntityBase.CheckIfExists()
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.Exists
    XmpEntityBase.GetSuspend()
    XmpEntityBase.Initialize()
    XmpEntityBase.SuspendInitialization
    XmpEntityBase.XmlData
    XmpSchema.CreateArray(String, XmpArrayType)
    XmpSchema.CreateEntity()
    XmpSchema.CreateLangArray(String)
    XmpSchema.CreateSimpleProperty(String)
    XmpSchema.CreateStructure(String, XmpStructureType)
    XmpSchema.CreateStructure(XmpStructureType)
    XmpSchema.GetArray(String, XmpArrayType)
    XmpSchema.GetEntityXml()
    XmpSchema.GetLangArray(String)
    XmpSchema.GetSimpleProperty(String)
    XmpSchema.GetStructure(String, XmpStructureType)
    XmpSchema.Xmp
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class RightsManagementSchema : XmpSchema

    Constructors

    RightsManagementSchema(XmpMetadata)

    Creates schema object.

    Declaration
    protected RightsManagementSchema(XmpMetadata xmp)
    Parameters
    Type Name Description
    XmpMetadata xmp

    Parent XmpMetadata.

    Properties

    Certificate

    Gets or sets online rights management certificate.

    Declaration
    public Uri Certificate { get; set; }
    Property Value
    Type
    System.Uri

    Marked

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

    Declaration
    public bool Marked { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets name pf the schema.

    Declaration
    protected override string Name { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpSchema.Name

    Owner

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

    Declaration
    public XmpArray Owner { get; }
    Property Value
    Type
    XmpArray

    Prefix

    Gets prefix of the schema.

    Declaration
    protected override string Prefix { get; }
    Property Value
    Type
    System.String
    Overrides
    XmpSchema.Prefix

    SchemaType

    Gets type of the Schema.

    Declaration
    public override XmpSchemaType SchemaType { get; }
    Property Value
    Type
    XmpSchemaType
    Overrides
    XmpSchema.SchemaType

    UsageTerms

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

    Declaration
    public XmpLangArray UsageTerms { get; }
    Property Value
    Type
    XmpLangArray

    WebStatement

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

    Declaration
    public Uri WebStatement { get; set; }
    Property Value
    Type
    System.Uri
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved