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
xmpXmpMetadataParent 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
Fonts
Gets an unordered array of fonts that are used in the document (including any in contained documents).
public XmpArray Fonts { get; }
Property Value
MaxPageSize
Gets the size of the largest page in the document (including any in contained documents).
public XmpDimensionsStruct MaxPageSize { get; }
Property Value
NPages
Gets or sets the number of pages in the document (including any in contained documents).
public int NPages { get; set; }
Property Value
Name
Gets name pf the schema.
protected override string Name { get; }
Property Value
PlateNames
Gets an unordered array of fonts that are used in the document (including any in contained documents).
public XmpArray PlateNames { get; }
Property Value
Prefix
Gets prefix of the schema.
protected override string Prefix { get; }
Property Value
SchemaType
Gets type of the Schema.
public override XmpSchemaType SchemaType { get; }