menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PDFSchema

    This schema specifies properties used with Adobe PDF documents.

    Inheritance
    System.Object
    XmpEntityBase
    XmpSchema
    PDFSchema
    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 PDFSchema : XmpSchema

    Constructors

    PDFSchema(XmpMetadata)

    Creates schema object.

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

    Parent XmpMetadata.

    Properties

    Keywords

    Gets or sets keywords of the document.

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

    Name

    Gets name pf the schema.

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

    PDFVersion

    Gets or sets the PDF file version (for example: 1.0, 1.3, and so on).

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

    Prefix

    Gets prefix of the schema.

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

    Producer

    Gets or sets the name of the tool that created the PDF document.

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

    SchemaType

    Gets type of the Schema.

    Declaration
    public override XmpSchemaType SchemaType { get; }
    Property Value
    Type
    XmpSchemaType
    Overrides
    XmpSchema.SchemaType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved