←Select platform

EmbeddingType Property

Summary

Font embedding type.

Syntax
C#
VB
C++
public PDFFontEmbeddingType EmbeddingType { get; set; } 
Public Property EmbeddingType() As PDFFontEmbeddingType 
   Get 
   Set 
public:  
   property PDFFontEmbeddingType^ EmbeddingType 
   { 
      PDFFontEmbeddingType^ get() 
      void set(PDFFontEmbeddingType^ value) 
   } 

Property Value

Font embedding type.

Remarks

Font embedding type, such as None, Embedded or EmbeddedSubset.

PDFFont matches the font properties from PDF specification.

Example

For an example, refer to PDFFont.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly