Class PagedTextSchema
Represents Paged Text Schema.
Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PagedTextSchema : XmpSchema
  Constructors
PagedTextSchema(XmpMetadata)
Creates schema object.
Declaration
protected PagedTextSchema(XmpMetadata xmp)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmpMetadata | xmp | Parent XmpMetadata.  | 
      
Properties
Colorants
Gets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).
Declaration
public XmpArray Colorants { get; }
  Property Value
| Type | 
|---|
| XmpArray | 
Fonts
Gets an unordered array of fonts that are used in the document (including any in contained documents).
Declaration
public XmpArray Fonts { get; }
  Property Value
| Type | 
|---|
| XmpArray | 
MaxPageSize
Gets the size of the largest page in the document (including any in contained documents).
Declaration
public XmpDimensionsStruct MaxPageSize { get; }
  Property Value
| Type | 
|---|
| XmpDimensionsStruct | 
Name
Gets name pf the schema.
Declaration
protected override string Name { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
NPages
Gets or sets the number of pages in the document (including any in contained documents).
Declaration
public int NPages { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
PlateNames
Gets an unordered array of fonts that are used in the document (including any in contained documents).
Declaration
public XmpArray PlateNames { get; }
  Property Value
| Type | 
|---|
| XmpArray | 
Prefix
Gets prefix of the schema.
Declaration
protected override string Prefix { get; }
  Property Value
| Type | 
|---|
| System.String | 
Overrides
SchemaType
Gets type of the Schema.
Declaration
public override XmpSchemaType SchemaType { get; }
  Property Value
| Type | 
|---|
| XmpSchemaType |