Table of Contents

Class PagedTextSchema

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

Represents Paged Text Schema.

public class PagedTextSchema : XmpSchema
Inheritance
PagedTextSchema
Inherited Members

Constructors

PagedTextSchema(XmpMetadata)

Creates schema object.

protected PagedTextSchema(XmpMetadata xmp)

Parameters

xmp XmpMetadata

Parent XmpMetadata.

Properties

Colorants

Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).

public XmpArray Colorants { get; }

Property Value

XmpArray

Fonts

Gets an unordered array of fonts that are used in the document (including any in contained documents).

public XmpArray Fonts { get; }

Property Value

XmpArray

MaxPageSize

Gets the size of the largest page in the document (including any in contained documents).

public XmpDimensionsStruct MaxPageSize { get; }

Property Value

XmpDimensionsStruct

NPages

Gets or sets the number of pages in the document (including any in contained documents).

public int NPages { get; set; }

Property Value

int

Name

Gets name pf the schema.

protected override string Name { get; }

Property Value

string

PlateNames

Gets an unordered array of fonts that are used in the document (including any in contained documents).

public XmpArray PlateNames { get; }

Property Value

XmpArray

Prefix

Gets prefix of the schema.

protected override string Prefix { get; }

Property Value

string

SchemaType

Gets type of the Schema.

public override XmpSchemaType SchemaType { get; }

Property Value

XmpSchemaType