←Select platform

SchemaValues Property

Summary

Gets the schema item values for this embedded file.

Syntax
C#
Java
public IDictionary<string, string> SchemaValues {get;} 
public java.util.Map<java.lang.String, 
    java.lang.String> getSchemaValues(); 

Property Value

The schema item values for this embedded file.

Remarks

If the owner is a PDF portfolio, then the PDFDocument.EmbeddedFilesSchemas collection is populated with the schemas to be used with embedded files.

Each PDFEmbeddedFile will then contain the values for these schemas in the SchemaValues dictionary and the following conditions are true:

  1. The number of items in the dictionary equals the number of items in PDFDocument.EmbeddedFilesSchemas.
  2. The SchemaValues dictionary contains an item with the key equal to one of the PDFSchema.Key values in PDFDocument.EmbeddedFilesSchemas.

Using this information, an application program can find the schema for any embedded file and use it to build the UI to view the PDF document as intended.

Refer to PDFDocument.EmbeddedFiles for more information on using PDFSchema with PDF portfolio and embedded files.

Example

For an example, refer to EmbeddedFiles.

Requirements
Target Platforms
Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.