Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BasicSchema

    Show / Hide Table of Contents

    Class BasicSchema

    Represents Basic Schema.

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

    Constructors

    BasicSchema(XmpMetadata)

    Creates schema object.

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

    Parent XmpMetadata.

    Properties

    Advisory

    Gets an unordered array specifying properties that were edited outside the authoring application.

    Declaration
    public XmpArray Advisory { get; }
    Property Value
    Type Description
    XmpArray

    BaseURL

    Gets or sets The base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, they are relative to this base URL.

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

    CreateDate

    Gets or sets the date and time the resource was originally created.

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    CreatorTool

    Gets or sets The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:History�s softwareAgent property.

    Declaration
    public string CreatorTool { get; set; }
    Property Value
    Type Description
    System.String

    Identifier

    Gets an unordered array of text strings that unambiguously identify the resource within a given context. An array item may be qualified with xmpidq:Scheme to denote the formal identification system to which that identifier conforms.

    Declaration
    public XmpArray Identifier { get; }
    Property Value
    Type Description
    XmpArray

    Label

    Gets or sets a word or short phrase that identifies a document as a member of a user-defined collection. Used to organize documents in a file browser.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    MetadataDate

    Gets or sets the date and time that any metadata for this resource was last changed. It should be the same as or more recent than xmp:ModifyDate.

    Declaration
    public DateTime MetadataDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    ModifyDate

    Gets sets the date and time the resource was last modified.

    Declaration
    public DateTime ModifyDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Name

    Gets name pf the schema.

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

    Nickname

    Gets or sets a short informal name for the resource.

    Declaration
    public string Nickname { get; set; }
    Property Value
    Type Description
    System.String

    Prefix

    Gets prefix of the schema.

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

    Rating

    Gets a number that indicates a document�s status relative to other documents, used to organize documents in a file browser. Values are user-defined within an application defined range.

    Declaration
    public XmpArray Rating { get; }
    Property Value
    Type Description
    XmpArray

    SchemaType

    Gets type of the Schema.

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

    Thumbnails

    Gets an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

    Declaration
    public XmpArray Thumbnails { get; }
    Property Value
    Type Description
    XmpArray
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved