Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagedTextSchema

    Show / Hide Table of Contents

    Class PagedTextSchema

    Represents Paged Text Schema.

    Inheritance
    System.Object
    XmpEntityBase
    XmpSchema
    PagedTextSchema
    Inherited Members
    XmpSchema.CreateEntity()
    XmpSchema.GetEntityXml()
    XmpSchema.CreateSimpleProperty(String)
    XmpSchema.GetSimpleProperty(String)
    XmpSchema.CreateArray(String, XmpArrayType)
    XmpSchema.GetArray(String, XmpArrayType)
    XmpSchema.CreateLangArray(String)
    XmpSchema.GetLangArray(String)
    XmpSchema.GetStructure(String, XmpStructureType)
    XmpSchema.CreateStructure(String, XmpStructureType)
    XmpSchema.CreateStructure(XmpStructureType)
    XmpSchema.Xmp
    XmpEntityBase.Initialize()
    XmpEntityBase.CheckIfExists()
    XmpEntityBase.GetSuspend()
    XmpEntityBase.XmlData
    XmpEntityBase.Exists
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.SuspendInitialization
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.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 Description
    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 Description
    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 Description
    XmpDimensionsStruct

    Name

    Gets name pf the schema.

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    System.String
    Overrides
    XmpSchema.Name

    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 Description
    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 Description
    XmpArray

    Prefix

    Gets prefix of the schema.

    Declaration
    protected override string Prefix { get; }
    Property Value
    Type Description
    System.String
    Overrides
    XmpSchema.Prefix

    SchemaType

    Gets type of the Schema.

    Declaration
    public override XmpSchemaType SchemaType { get; }
    Property Value
    Type Description
    XmpSchemaType
    Overrides
    XmpSchema.SchemaType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved