Table of Contents

Class PDFSchema

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

This schema specifies properties used with Adobe PDF documents.

public class PDFSchema : XmpSchema
Inheritance
PDFSchema
Inherited Members

Constructors

PDFSchema(XmpMetadata)

Creates schema object.

protected PDFSchema(XmpMetadata xmp)

Parameters

xmp XmpMetadata

Parent XmpMetadata.

Properties

Keywords

Gets or sets keywords of the document.

public string Keywords { get; set; }

Property Value

string

Name

Gets name pf the schema.

protected override string Name { get; }

Property Value

string

PDFVersion

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

public string PDFVersion { get; set; }

Property Value

string

Prefix

Gets prefix of the schema.

protected override string Prefix { get; }

Property Value

string

Producer

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

public string Producer { get; set; }

Property Value

string

SchemaType

Gets type of the Schema.

public override XmpSchemaType SchemaType { get; }

Property Value

XmpSchemaType