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
xmpXmpMetadataParent XmpMetadata.
Properties
Keywords
Gets or sets keywords of the document.
public string Keywords { get; set; }
Property Value
Name
Gets name pf the schema.
protected override string Name { get; }
Property Value
PDFVersion
Gets or sets the PDF file version (for example: 1.0, 1.3, and so on).
public string PDFVersion { get; set; }
Property Value
Prefix
Gets prefix of the schema.
protected override string Prefix { get; }
Property Value
Producer
Gets or sets the name of the tool that created the PDF document.
public string Producer { get; set; }
Property Value
SchemaType
Gets type of the Schema.
public override XmpSchemaType SchemaType { get; }