←Select platform

GetEmbeddedFileSchema Method

Summary

Helper method to find the schema of an embedded file.

Syntax
C#
C++/CLI
Java
Python
public PDFSchema GetEmbeddedFileSchema( 
   string key 
) 
public PDFSchema getEmbeddedFileSchema( 
   java.lang.String key 
); 
public:  
   PDFSchema^ GetEmbeddedFileSchema( 
      String^ key 
   ) 
def GetEmbeddedFileSchema(self,key): 

Parameters

key

Schema key to find.

Return Value

The matching schema if found; otherwise, null.

Remarks

GetEmbeddedFileSchema is a helper method to find a schema based on its key. This method will loop through all the schemas in EmbeddedFilesSchemas and check the value of key against PDFSchema.Key and will return the PDFSchema for the first one found.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

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